Skip to content

v1.2.1

Compare
Choose a tag to compare
@shifteverywhere shifteverywhere released this 10 Nov 22:32
· 25 commits to main since this release

Version 1.2.1 - 2022-10-24

  • Conforms to DiME data format version 1.001
  • Cryptographic suite changed to 'DSC'
    • Key encoded changes to Base64 (from Base58), massive performance gain
    • 'STN' cryptographic suite still supported, need to set Crypto#setDefaultSuiteName(string) to use it as default
    • Item links created using 'DSC' will not work in versions before 1.2.2
    • Keys, Identities, IIRs (and Messages using 'pub') created using 'DSC' will not work in versions before 1.2.2
  • Instance method Item#thumbprint changes name to Item#generateThumbprint (code-breaking change)