README (532B)
1 The crypto::ec module provides implementations for a selection of eliptic 2 curves and their operations. 3 4 This is a low-level module which implements cryptographic primitives. Direct use 5 of cryptographic primitives is not recommended for non-experts, as incorrect use 6 of these primitives can easily lead to the introduction of security 7 vulnerabilities. Non-experts are advised to use the high-level operations 8 available in the top-level [[crypto::]] module. 9 10 Be advised that Hare's cryptography implementations have not been audited.