summary refs log tree commit diff
path: root/crypto/src/math/ec/rfc8032/Scalar25519.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1 for 2.3 release-2.3.1 release/v2.3Peter Dettman2024-05-071-6/+20
| | | | | | | | - TLS: fix timing side-channel for RSA key exchange - fix method Write(ReadOnlySpan<byte>) in LimitedBuffer - ASN.1: Limit OID contents to 4096 bytes - EdDSA: fix verification infinite loop - EC: restrict m value in F2m curves
* Improve EdDSA scalar reductionPeter Dettman2023-08-221-49/+260
|
* Ed25519 refactoringPeter Dettman2023-08-221-4/+6
|
* Refactoring in Math.EC.Rfc8032Peter Dettman2022-11-261-11/+11
|
* Code cleanupPeter Dettman2022-11-251-1/+0
|
* Ed448: cofactored verificationPeter Dettman2022-11-251-308/+30
| | | | | | - Perf. opts.: Pornin's basis reduction - factor out Scalar448 class - factor out ScalarUtilities class
* Ed25519: cofactored verificationPeter Dettman2022-11-241-0/+782
- Perf. opts.: Pornin's basis reduction - factor out Scalar25519 class