Skip to content

Releases: malept/crypto-hash

0.3.4

18 Aug 06:53
v0.3.4
b2916b3
Compare
Choose a tag to compare

Added

  • Copy, Eq, Hash, & PartialEq derives on Algorithm (#11)

0.3.3

20 Dec 23:41
v0.3.3
f859b0e
Compare
Choose a tag to compare

Changed

  • Revert API change (#6)

0.3.2

20 Dec 16:47
v0.3.2
e54e093
Compare
Choose a tag to compare

Note: This released was yanked from Cargo due to #6.

Added

  • iOS support

0.3.1

05 Mar 04:19
v0.3.1
1da20a9
Compare
Choose a tag to compare

Changed

  • Upgrade to openssl 0.10.x (#1)
  • Upgrade to winapi 0.3.x

0.3.0

19 Jun 01:37
v0.3.0
c5f5cb1
Compare
Choose a tag to compare

Changed

  • Upgrade to commoncrypto 0.2.x
  • Function signatures for digest and hex_digest changed to use &[u8], per Clippy

0.2.1

13 Dec 03:37
Compare
Choose a tag to compare

Changed

  • Move CommonCrypto implementation to its own crate

0.2.0

07 Nov 01:30
v0.2.0
166b624
Compare
Choose a tag to compare

Added

  • SHA-1 algorithm

Changed

  • Upgrade rust-openssl to 0.9

0.1.0

27 Jun 00:57
v0.1.0
Compare
Choose a tag to compare

This release signifies the minimum amount of algorithms and implementations necessary for HTTP digest authentication.

Added

Algorithms:

  • MD5
  • SHA256
  • SHA512

Implementations:

  • CommonCrypto (OS X)
  • CryptoAPI (Windows)
  • OpenSSL (Linux/BSD/etc.)