Skip to content

Releases: paulmillr/noble-hashes

1.2.0

02 Feb 12:14
1.2.0
ba9d92f
Compare
Choose a tag to compare

Full Changelog: 1.1.5...1.2.0

1.1.5

15 Dec 20:18
1.1.5
dbdc3c2
Compare
Choose a tag to compare

Add two additional SHA2 functions: SHA224 and SHA512-224

Full Changelog: 1.1.4...1.1.5

1.1.4

15 Dec 20:17
1.1.4
2c7ee19
Compare
Choose a tag to compare

Bugfix for SHA2

Full Changelog: 1.1.3...1.1.4

1.1.3

30 Sep 22:45
1.1.3
b842598
Compare
Choose a tag to compare

What's Changed

  • HMAC: improved type check in worker contexts
  • Add TS types field to exports map by @jacogr in #36

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

20 Jun 14:33
1.1.2
1c50ec4
Compare
Choose a tag to compare

Add support for SHA1

1.1.1

11 Jun 23:17
1.1.1
82bb3ab
Compare
Choose a tag to compare
  • Remove viral esModuleInterop option from tsconfig
  • KDF improvements
  • Performance improvements

Full Changelog: 1.0.0...1.1.1

1.0.0

19 Jan 02:14
1.0.0
2637e45
Compare
Choose a tag to compare

First stable post-audit release

0.5.6

25 Dec 06:02
0.5.6
bbac861
Compare
Choose a tag to compare
  • Moved modules from lib to top-level namespace
  • Added new KDF
  • Exported _sha2
  • Added utils.assertBytes
  • scrypt now allows string input in sync version

0.4.3

05 Dec 21:05
0.4.3
4440d6b
Compare
Choose a tag to compare
  • Fix export maps for crypto and cryptoBrowser by @jacogr in #16

Full Changelog: 0.4.2...0.4.3

0.4.2

03 Dec 18:40
0.4.2
77f9cc4
Compare
Choose a tag to compare
  • BigInt literals have been replace with BigInt(1) to support bad parsers
  • The build now contains ESM variant besides common.js
  • Do not depend on types/dom in typescript
  • Undocumented XOF has been renamed to xof

New Contributors

Full Changelog: 0.4.1...0.4.2