Skip to content

Releases: ecies/rs

v0.2.10

14 Oct 05:12
947eeb6

Choose a tag to compare

What's Changed

  • Restrict ed25519-dalek version to fix msrv by @kigawas in #137
  • feat: Add zeroize feature by @CCristi in #136
  • Update criterion requirement from 0.5.1 to 0.7.0 by @dependabot[bot] in #135
  • Add homemade rwlock for no_std by @kigawas in #140
  • Add compressed argument to encapsulate/decapsulate functions by @kigawas in #141

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

02 Apr 18:42
b3fefdb

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

24 Mar 15:36
5472008

Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

19 May 17:43
90a3b83

Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

29 Jul 03:56
45851ac

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Jul 05:37
871bb39

Choose a tag to compare

What's Changed

  • Revamp documentation
  • Revamp configuration and add xchacha20-poly1305 backend

Thanks to @drp4rad0x for the xchacha20-poly1305 support 🎉

Full Changelog: v0.2.4...v0.2.5

v0.2.4

16 Jul 16:57
875d8b5

Choose a tag to compare

What's Changed

  • Add configuration for more compatibility
  • Bump dependencies

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Sep 05:24
f3cfc0c

Choose a tag to compare

What's Changed

  • Bump dependencies

Full Changelog: v0.2.2...v0.2.3

v0.2.2

23 Nov 07:04
8acefe1

Choose a tag to compare

  • Bump dependencies
  • Migrate to edition 2021

v0.2.1

14 Jan 16:04
e743583

Choose a tag to compare

  • Revamp error handling