This PR updates the code to be compatible with new 0.8 version of the Winterfell.
This update mostly contains changes in Felt creation, since casting of u64 to FieldElement was removed. It also updates the serialization and deserialization of the structs, which contain vectors of Felts or RpoDigests.
This PR updates the code to be compatible with new 0.8 version of the Winterfell.
This update mostly contains changes in
Felt
creation, since casting ofu64
toFieldElement
was removed. It also updates the serialization and deserialization of the structs, which contain vectors ofFelt
s orRpoDigest
s.