Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1 for 2.3 release-2.3.1 release/v2.3 | Peter Dettman | 2024-05-07 | 1 | -50/+166 |
| | | | | | | | | - 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 | ||||
* | Refactoring in Math.EC.Rfc8032 | Peter Dettman | 2022-11-27 | 1 | -5/+2 |
| | |||||
* | Ed448: cofactored verification | Peter Dettman | 2022-11-25 | 1 | -0/+294 |
- Perf. opts.: Pornin's basis reduction - factor out Scalar448 class - factor out ScalarUtilities class |