summary refs log tree commit diff
path: root/crypto/test/src/math/ec/rfc8032 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change method names in IXofPeter Dettman2022-10-111-2/+2
| | | | - distinct from IDigest methods and consistent with span-based methods
* EdDSA public key validationPeter Dettman2021-02-102-2/+182
| | | | - per NIST SP 800-186
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-212-9/+9
|
* RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variantsPeter Dettman2018-09-142-13/+446
|
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-082-0/+631