Skip to content

Latest commit

 

History

History
173 lines (103 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

173 lines (103 loc) · 7.63 KB

@zcloak/crypto

2.0.0

Major Changes

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

Patch Changes

1.3.0

Minor Changes

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #58 c3ad20f Thanks @zzcwoshizz! - add controller sign key for did keyring

    1. publish did document default to use controller key
    2. vp presentation default to use controller key
    3. publish ctype default to use controller key
    4. try to use assertionMethod, if it not exist, use controller to sign vc

1.1.0

Minor Changes

  • #54 e259185 Thanks @zzcwoshizz! - Sining Data change, replace eip712 to eip191.

    • use eip191 to sign data when use EcdsaSecp256k1VerificationKey2019 VerificationMethodType.
    • upgrade vp version to 1.
    • verify functions support eip191 message.
    • ctype, document add version field, default to set 0.

1.0.0

Major Changes

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.
  • #49 f52b7a7 Thanks @zzcwoshizz! - add hdKeyFromSeed function

Patch Changes

1.0.0-beta.2

Minor Changes

1.0.0-beta.1

Minor Changes

  • #45 872ed45 Thanks @zzcwoshizz! - Data signing.

    • add eip712 typed struct data hashing.
    • add signTypedData for DidKeyring.
    • vc, vp, ctype, did-document supports signTypedData.
    • verify functions support TypedData.

1.0.0-beta.0

Major Changes

Patch Changes