hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (554B)


      1 This module implements the elliptic curve digital signature algorithm for
      2 a selection of curves supported by [[crypto::ec]].
      3 
      4 This is a low-level module which implements cryptographic primitives. Direct
      5 use of cryptographic primitives is not recommended for non-experts, as
      6 incorrect use of these primitives can easily lead to the introduction of
      7 security vulnerabilities. Non-experts are advised to use the high-level
      8 operations available in the top-level [[crypto::]] module.
      9 
     10 Be advised that Hare's cryptography implementations have not been audited.