mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
Add length validation to reject secret keys that aren't exactly 32 bytes. CIRCL's UnmarshalBinary accepts variable-length inputs, so we add this check to ensure strict validation matching BLST's behavior.