-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add versioned CBOR instances for crypto primitives #3078
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
10a1bc2
to
645a7ae
Compare
@lehins - I forgot about the changelog, we should add all this goodness to it. |
I didn't, there is already an entry in changelog:
I'll add more PR numbers to that entry once the work is complete |
😄 I did however made a mistake on the PR number. I'll fix that |
7e21448
to
f26a3ae
Compare
f26a3ae
to
8bef61a
Compare
This PR moves all ToCBOR and FromCBOR instances from
cardano-crypto-class
andcardano-crypto-praos
packages. Actual decoders are still defined incardano-crypto-class
Instances for
PraosVRF
in this PR depends on IntersectMBO/cardano-base#316