Changelog
SDK Release v0.8.6 adds the following features to the Provable SDK.
BHP
,Pedersen
, andPoseidon
hash functions are now supported.Field
,Group
, andScalar
elements all havefromBitsLe
,fromBytesLe
,toBitsLe
, andtoBytesLe
functions enabling developers to serialize and deserialize algebraic elements into bytes or boolean arrays. This enables developers to encode text and objects as Aleo algebraic types.- Support for
view_key
owners to be able to calculate the transition view keytvk
for transitions.
This release advances the amount of expressivity in the SDK for building app specific encodings and cryptographic schemes.