Skip to content

Releases: nf404/crypto-api

Release version 0.8.5

08 Jul 01:06
Compare
Choose a tag to compare

This version for deployment to npm

Release version 0.8.4

08 Jul 00:52
Compare
Choose a tag to compare

Changes:

  • Add toBase64
  • Add fromArrayBuffer
  • Add support of SHA512/t hash
  • Optimize hash padding
  • Add SM3 hash

Release version 0.8.3

05 Nov 22:38
Compare
Choose a tag to compare

Changes:

  • Fix Whirlpool bug
  • Add compiled es5 version for nodejs

Release version 0.8.2

04 Nov 00:48
Compare
Choose a tag to compare

Changelog:

  • technical version (fix npm key)

Release version 0.8.1

04 Nov 00:21
Compare
Choose a tag to compare

Changelog:

  • Add support for nodejs
  • Refactor reset function and fix bug with constructor calling in it
  • Fix es6 usage in documentation

Release version 0.8.0

03 Dec 17:19
Compare
Choose a tag to compare

Breakable changes

Changelog:

  • Rewrite to ES6
  • Refactor all code & invert dependencies
  • Add length option to Ripemd, Sha256, Sha512, Snefru
  • Add rounds option to Has160, Md2, Sha0, Sha1, Sha256, Sha512, Snefru, Whirlpool
  • WHIRLPOOL, WHIRLPOOL-0, WHIRLPOOL-T now selected by option type
  • Rewrite documentation to esdoc

Release version 0.7.5

22 Sep 22:16
Compare
Choose a tag to compare

Changelog:

  • Add Snefru v2.0, Snefru v2.5

Release version 0.7.4

18 Sep 20:06
Compare
Choose a tag to compare

Changelog:

  • Add HAS-160
  • Add WHIRLPOOL, WHIRLPOOL-0, WHIRLPOOL-T

Release version 0.7.3

17 Sep 08:27
Compare
Choose a tag to compare

Changelog:

  • Add RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320

Release version 0.7.2

17 Sep 08:26
Compare
Choose a tag to compare

Changelog:

  • Fix documentation