Skip to content

v1.2.2

Compare
Choose a tag to compare
@shifteverywhere shifteverywhere released this 24 Oct 22:29
· 39 commits to main since this release

Version 1.2.2 - 2022-10-25

  • Conforms to DiME data format version 1.001
  • Refactored verify methods to match C# interface
  • Cryptographic suite changed to 'DSC'
    • Key encoded changes to Base64 (from Base58), a 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)