Skip to content

Releases: orion-rs/orion

0.16.0

28 Mar 23:34
69fc37a
Compare
Choose a tag to compare

Changelog:

See CHANGELOG.md.

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.