summary refs log tree commit diff
path: root/crypto/src/math/ec/rfc8032/ScalarUtilities.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in Math.EC.Rfc8032Peter Dettman2022-11-271-5/+2
|
* Ed448: cofactored verificationPeter Dettman2022-11-251-0/+294
- Perf. opts.: Pornin's basis reduction - factor out Scalar448 class - factor out ScalarUtilities class