Skip to content

Releases: OpenSystemsLab/hmac.nim

0.3.2

13 Sep 11:17
Compare
Choose a tag to compare

What's Changed

  • move sha1,md into checksums module by @inv2004 in #11

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

24 Aug 21:56
d850e73
Compare
Choose a tag to compare

What's Changed

  • Support Nim v1.6.x to avoid breaking dependant packages by @ThomasTJdev in #10

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

20 Aug 15:00
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

0.2.0

15 Nov 00:39
Compare
Choose a tag to compare
add Keccak512 aka SHA3-512 supports

0.1.9: Merge pull request #9 from JohnAD/master

18 Aug 03:28
4fad0dd
Compare
Choose a tag to compare
quick fix and adding unit tests

0.1.8

16 Aug 06:02
Compare
Choose a tag to compare
use std/sha1 instead of packages/sha1

0.1.6

23 Aug 07:03
25566ab
Compare
Choose a tag to compare
fixes #7

0.1.5: Merge pull request #4 from yglukhov/securehash2sha1

16 Dec 12:26
5fbc4d6
Compare
Choose a tag to compare
Use sha1 package instead of securehash

Avoid conflict

03 Jul 03:20
Compare
Choose a tag to compare
0.1.4

replaced ``%`` operator w/ `toHex` proc, closes #1

add SHA512, export hash_*

01 Jul 06:14
Compare
Choose a tag to compare
0.1.3

add SHA512, export hash_*