Releases: OpenSystemsLab/hmac.nim
Releases · OpenSystemsLab/hmac.nim
0.3.2
0.3.1
What's Changed
- Support Nim v1.6.x to avoid breaking dependant packages by @ThomasTJdev in #10
New Contributors
- @ThomasTJdev made their first contribution in #10
Full Changelog: 0.3.0...0.3.1
0.3.0
Full Changelog: 0.2.0...0.3.0
0.2.0
0.1.9: Merge pull request #9 from JohnAD/master
quick fix and adding unit tests
0.1.8
0.1.6
0.1.5: Merge pull request #4 from yglukhov/securehash2sha1
Use sha1 package instead of securehash
Avoid conflict
0.1.4 replaced ``%`` operator w/ `toHex` proc, closes #1
add SHA512, export hash_*
0.1.3 add SHA512, export hash_*