Skip to content

Releases: guardtime/js-common

Initial ESM support

31 Aug 14:35
130a0c3

Choose a tag to compare

Merge pull request #18 from guardtime/esm-fixes

Fixed main.ts for esm

V1.0.4

11 May 10:27
b5ac062

Choose a tag to compare

Dependency updates for vulnerability fixes

v1.0.3

02 Nov 12:59
a655b18

Choose a tag to compare

Added Base32 encoding functionality

v1.0.2

03 Jul 12:08
a38dd89

Choose a tag to compare

Fix safari issue with Uint8Array.from(). Changed it to new constructor in DataHash file

v1.0.1: Merge pull request #5 from guardtime/fix/cms-verification

12 May 08:38
78cf807

Choose a tag to compare

Improved DataHash equals
Fix CMS verification and removed deprecated functionality.

Initial release

21 Apr 12:53
e5e38da

Choose a tag to compare

  • Calculate random bytes with crypto
  • HMAC functions
  • X509 processing functions
  • Octet string coder and decoder
  • Long coder and decoder
  • Base32 coder and decoder
  • Base64 coder and decoder
  • CRC32 coder and decoder
  • ASCII coder and decoder
  • String utility functions
  • Random functions
  • Sync and async hasher and connected data objects
  • Verification result data model
  • UTF8 encoder and decoder