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

Fixed typo in test vectors, clarified proquint and identity, added links to specs. #85

Closed
wants to merge 6 commits into from

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    246742f View commit details
    Browse the repository at this point in the history
  2. Clarified pro-quints RFC, added RFC notes to table.

    I have edited the multibase proquint RFC to clarify how the full prefix works, and I have added an explicit reference to the RFC in the table (because the proquint data encoded by multibase is different from the data encoded by the original proquint spec).
    
    I have also added an explicit reference to the RFC for base8 in the table, because base8 according to the multibase RFC is significantly different from the base8 provided by other standard implementations (e.g. Python).
    sg495 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    faf8272 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    sg495 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    dd8f0f5 View commit details
    Browse the repository at this point in the history
  4. Update Base2.md

    sg495 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    bf71203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2cec76 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Update README.md

    Added the Python module `multiformats` to the list of implementations.
    sg495 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3a414e6 View commit details
    Browse the repository at this point in the history