sui
sui copied to clipboard
[crypto] Support ECVRF Move api
ECVRF is expected to require less gas than BLS VRFs and it can be an important tool for Satoshi TL-VRF Dice, replacing hash(pre-image secret).
We will also need some kind of tool for users to generate keys and proofs to be verified in move, eg. a command line tool. Should this be part of fastcrypto?
tool for users Will create an issue yes!