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

feat: Add Cryptography key abstraction for signable, verifiable keys, and also private and public base impls #67

Merged
merged 7 commits into from
Aug 10, 2023

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    02228f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. add derivable interface.

    elribonazo committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f456673 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/key-abstraction

    # Conflicts:
    #	src/apollo/Apollo.ts
    #	src/apollo/utils/Ed25519KeyCommon.ts
    #	src/apollo/utils/Ed25519KeyPair.ts
    #	src/apollo/utils/Ed25519PrivateKey.ts
    #	src/apollo/utils/Ed25519PublicKey.ts
    #	src/apollo/utils/Secp256k1KeyCommon.ts
    #	src/apollo/utils/Secp256k1KeyPair.ts
    #	src/apollo/utils/Secp256k1PrivateKey.ts
    #	src/apollo/utils/Secp256k1PublicKey.ts
    #	src/apollo/utils/X25519KeyCommon.ts
    #	src/apollo/utils/X25519KeyPair.ts
    #	src/apollo/utils/X25519PrivateKey.ts
    #	src/apollo/utils/X25519PublicKey.ts
    #	src/castor/Castor.ts
    #	src/castor/did/prismDID/PrismDIDPublicKey.ts
    elribonazo committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7d31205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d94174 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    74a4e3f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    6402efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ecefa View commit details
    Browse the repository at this point in the history