summary refs log tree commit diff
path: root/crypto/src/math/ec/rfc8032 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-212-0/+13
|
* Reduce single-bit extractions from scalarsPeter Dettman2018-09-141-2/+3
|
* RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variantsPeter Dettman2018-09-142-150/+337
|
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-082-0/+2004