jedisct1 / libsodium-sys-stable

Sodiumoxide's libsodium-sys crate, but that installs stable versions of libsodium.
MIT License
35 stars 6 forks source link

why don't see rfc9381 vrf binding or implements? #16

Closed ai-chen2050 closed 2 months ago

ai-chen2050 commented 2 months ago

Why don't we see rfc9381 vrf binding or implements?

jedisct1 commented 2 months ago

VRF is only in the development code of libsodium. It's completely untested, is known to even not compile with the compilers, can be completely broken, and the API can change.

This crate is for stable versions of libsodium.