summaryrefslogtreecommitdiffstats
path: root/src/crypto/weierstrass.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark known reviewed files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [crypto] Allow for an explicit representation of point at infinityMichael Brown2025-12-181-23/+53
* [crypto] Allow for addition of arbitrary Weierstrass curve pointsMichael Brown2025-12-081-0/+41
* [crypto] Split out Weierstrass point initialisation and finalisationMichael Brown2025-12-051-52/+141
* [crypto] Verify that weierstrass_multiply() result is not point at infinityMichael Brown2025-12-051-0/+4
* [crypto] Expose the base point as an explicit elliptic curve propertyMichael Brown2025-12-051-5/+1Star
* [crypto] Support direct reduction only for Montgomery constant R^2 mod NMichael Brown2025-02-141-13/+2Star
* [crypto] Add support for Weierstrass elliptic curve point multiplicationMichael Brown2025-01-281-0/+877