Skip to content

Releases: orion-rs/orion

0.15.6

09 Feb 07:24
83fdd4a
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.5

13 Oct 10:52
f854a7d
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.4

25 Sep 18:12
c77647e
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.3

08 Aug 20:52
5cfbef3
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.2

07 Jun 15:40
52772c9
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.1

09 Mar 10:55
f785b99
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.15.0

25 Feb 22:38
877a429
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

0.14.5

25 Jan 10:03
97940e5
Compare
Choose a tag to compare

Changelog:

  • Fix nightly build breakage

0.14.4

21 Aug 13:02
fada4b5
Compare
Choose a tag to compare

Changelog:

  • Reduce the amount of allocations throughout most of orion.
  • Vectorize the ChaCha20 implementation providing ~6% performance improvement for (X)ChaCha20Poly1305 and ~11.5% for (X)ChaCha20.
  • Documentation improvements.

0.14.3

31 Jul 22:09
4e88f87
Compare
Choose a tag to compare

Changelog:

  • Improved performance for ChaCha20Poly1305/XChaCha20Poly1305 when AAD is empty.
  • Refactoring of streaming contexts used by SHA512, BLAKE2b and Poly1305.
  • Implement PartialEq<&[u8]> for all newtypes and provide documentation for usage of such (by @vlmutolo).
  • Switched to stable rustfmt.
  • Fix use of now deprecated (since v0.1.7) getrandom errors.
  • Updated fuzzing targets in orion-fuzz.