mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
* Version 12 of ECVRF * Incorrect ordering of function inputs * Identation and notation * single multiscalar multiplication function Also changed the style of tests, where the expected output is in vrf.exp rather than in test data (following the style of the hashing). * declarations inside the if code block * identation of test_data * Rename to RFC9381 * Move declarations to top of block * Check small order over deserialised PK * Include from_string functions in ed25519_ref10 * Update quirks.h --------- Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com>