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

use x/crypto #15

Closed
wants to merge 5 commits into from
Closed

use x/crypto #15

wants to merge 5 commits into from

Commits on Mar 3, 2020

  1. use x/crypto

    this uses a fork of x/crypto where edwards25519 is not internal.
    
    This seemed like the easiest change to port agl's extra25519 to
    x/crypto.
    
    We carry it as our internal package for now. We just took
    PrivateKeyToCurve25519 and PublicKeyToCurve25519 since that is all that
    we need.
    cryptix committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    07a1400 View commit details
    Browse the repository at this point in the history
  2. remove debug logging

    cryptix committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    b0d7915 View commit details
    Browse the repository at this point in the history
  3. pin latest fork version

    cryptix committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    7aa00b3 View commit details
    Browse the repository at this point in the history
  4. remove old load keypair for ssb

    use go.cryptoscope.co/ssb
    cryptix committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ebf3479 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5818c9b View commit details
    Browse the repository at this point in the history