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

Restructure code to expose the internal hasher: #19

Merged
merged 3 commits into from
Feb 16, 2021
Merged

Commits on Feb 12, 2021

  1. restructure code to expose the internal hasher:

     - expose NmtHasher API s.t. it can be used to construct and use NMT Hashsers externally (e.g. for IPLD multihashers)
     - Add two functions Sha256Namespace8FlaggedLeaf, Sha256Namespace8FlaggedInner whose signature matches regular hash functions that simplify the above even further
    liamsi committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d6f4312 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    6cb03ee View commit details
    Browse the repository at this point in the history
  2. Some sanity checks as tests

    liamsi committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b2f848e View commit details
    Browse the repository at this point in the history