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