- Addition of
Cardano.Crypto.VRF.PraosBatchCompat
. - Addition of conversion functions:
vkToBatchCompat
,skToBatchCompat
,outputToBatchCompat
.
- Remove redundant and unused
unsafeRawSeed
,io_crypto_vrf_publickeybytes
andio_crypto_vrf_secretkeybytes
. - Stop exporting internal
crypto_vrf_publickeybytes
,crypto_vrf_secretkeybytes
,crypto_vrf_proofbytes
,crypto_vrf_outputbytes
andcrypto_vrf_seedbytes
in favor ofsizeVerKeyVRF
,sizeSignKeyVRF
,sizeCertVRF
,sizeOutputVRF
andseedSizeVRF
respectfully. - Export
proofFromBytes
,skFromBytes
andvkFromBytes
- Expose internal types without constructors:
Proof
,SignKey
,VerKey
andOutput
- Initial version released on CHaP