-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: Switch from Namefilter to Name Accumulators #247
Conversation
…encoded big-endian)
This is a big and important change. Great work @matheus23! This should 🤞🏾 round up work on format stabilisation. The accumulator implementation looks good to me so I don't have much comment there. Just bits of nits here and there. Now that we have rs-wnfs/wnfs/examples/private.rs Line 68 in 122fa2a
Update to Line 19 in 122fa2a
|
@appcypher I decided to remove the hash algorithm generic type from the |
Co-authored-by: Stephen Akinyemi <[email protected]> Signed-off-by: Philipp Krüger <[email protected]>
Co-authored-by: Stephen Akinyemi <[email protected]> Signed-off-by: Philipp Krüger <[email protected]>
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.
Work on name accumulators (spec WIP: wnfs-wg/spec#65).