Skip to content

Releases: aldy505/phc-crypto

v1.3.0

27 Jun 11:15
180ab1d
Compare
Choose a tag to compare

Caution

This is a BREAKING CHANGE. If you have used this package before, please DO NOT UPGRADE. Please update the indirect dependency instead. But if this is the first time you're using the package, you're free to use it.

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Nov 01:57
a417b31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Jul 03:30
Compare
Choose a tag to compare

Breaking Change

  • Chacha20poly1305 is no longer supported.

Git Log

762d45d (HEAD -> master, origin/master) feat: salt length option
e9e1127 docs: updated documentation to match enum changes
6c7bd51 refactor: removed chacha20; refactor options to enum;
9d31741 refactor: redundant if-else statements
a2c559d test: aiming for 100% coverage
bb81927 docs: updated github report
4ca6467 ci: fixes codecov reporting

v1.0.1

01 Jun 14:38
Compare
Choose a tag to compare

5c8e01d (HEAD -> master, origin/master) fix(bcrypt): return error on failed hex.DecodeString

v1.0.0

28 May 15:35
Compare
Choose a tag to compare

83ad78b (HEAD -> master, origin/master) docs: added documentation for each subpackage
954381d docs: updated usage guide
10068d1 feat(chacha20poly1305): working functionality
8bf58a1 feat(pbkdf2): added verify function
5837d07 feat(argon2): argon2 support
9e4ba80 docs: added another example
1e7ae19 test: added verify test
d99ce74 feat(core): added some verify logic
2c500bc style: codacy formatting
479b6d5 feat(core): added centralized cryptographic usage
f42710a docs: updated readme
d03e568 feat(core): added chacha20poly1305
d113eb3 feat(*): initial commit