Skip to content

Releases: malept/crypto-hash

0.3.4

Choose a tag to compare

@malept malept released this 18 Aug 06:53
v0.3.4
b2916b3

Added

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

0.3.3

Choose a tag to compare

@malept malept released this 20 Dec 23:41
v0.3.3
f859b0e

Changed

  • Revert API change (#6)

0.3.2

Choose a tag to compare

@malept malept released this 20 Dec 16:47
v0.3.2
e54e093

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

Added

  • iOS support

0.3.1

Choose a tag to compare

@malept malept released this 05 Mar 04:19
v0.3.1
1da20a9

Changed

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

0.3.0

Choose a tag to compare

@malept malept released this 19 Jun 01:37
v0.3.0
c5f5cb1

Changed

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

0.2.1

Choose a tag to compare

@malept malept released this 13 Dec 03:37

Changed

  • Move CommonCrypto implementation to its own crate

0.2.0

Choose a tag to compare

@malept malept released this 07 Nov 01:30
v0.2.0
166b624

Added

  • SHA-1 algorithm

Changed

  • Upgrade rust-openssl to 0.9

0.1.0

Choose a tag to compare

@malept malept released this 27 Jun 00:57
v0.1.0

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.)