Closed jan-ferdinand closed 1 month ago
BFieldElement
Digest
BREAKING CHANGE: The error variant NotCanonical from enum TryFromDigestError has moved into enum ParseBFieldElementError.
NotCanonical
TryFromDigestError
ParseBFieldElementError
This was described as the cleaner solution in #199, a sentiment I concur with.
Supersedes #206.
coverage: 97.79% (+0.03%) from 97.76% when pulling 7dafa32e0d636a89c372b18a566fcdc232409ee6 on bfield_parsing into 8482f939323817bd28f1f4c1810d9ca4fc56d33c on master.
@Sword-Smith, any opposition?
BFieldElement
s when parsing string slices or interpreting byte sequencesBFieldElement
s fromDigest
toBFieldElement
BREAKING CHANGE: The error variant
NotCanonical
from enumTryFromDigestError
has moved into enumParseBFieldElementError
.This was described as the cleaner solution in #199, a sentiment I concur with.
Supersedes #206.