Skip to content
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

Implement From<[u8; 32]> for Commitment<T> #52

Merged
merged 7 commits into from
Aug 19, 2024
Merged

Implement From<[u8; 32]> for Commitment<T> #52

merged 7 commits into from
Aug 19, 2024

Conversation

ss-es
Copy link
Contributor

@ss-es ss-es commented Aug 16, 2024

This PR:

Implements from_raw, which allows us to create a Commitment<T> from a raw sequence of bytes. In particular, this allows us to cast between commitments of different types.

This PR does not:

Key places to review:

@ss-es ss-es merged commit a57ae4a into main Aug 19, 2024
8 checks passed
@ss-es ss-es deleted the ss/add-from-u8-32 branch August 19, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants