Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 573 Bytes

CHANGELOG.md

File metadata and controls

19 lines (16 loc) · 573 Bytes

Changelog

0.0.3

  • Add support to associate a P-256 JWK to a DID

0.0.1

Additions and Improvements

  • Create dids according to "lac1" did method
    • Add did registry version "1". This contract handles versions as a contract state variable.
  • Allows adding attributes to did registry for the following algorithms:
    • esecp256k1rm
    • jwk
  • Add the following relationships in regards to the attributes associated with a did.
    • assertion
    • delegation
    • key agreement
    • authentication
  • Integrates with LACChain-key-manager to save cryptographic material.