cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.27k stars 142 forks source link

Add Scalar/SetBigInt function #377

Closed chris-wood closed 1 year ago

chris-wood commented 2 years ago

This change enables one to set Scalars to integer values encapsulated in big.Int types. Previously, only uint64 inputs were admitted.

bwesterb commented 2 years ago

I've added a warning to the interface about big.Ints not being constant-time.