facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRF draft update to RFC 9381 plus fixes

kevinlewi opened this issue · comments

  • VRF code needs to update to point to RFC 9381 test vectors and in comments
  • hash_to_curve code should re-sample if identity point is encountered
  • hash_to_curve should be renamed to encode_to_curve
  • add zeroize on drop for expanded private key
  • add public key validation