Skip to content

Releases: ecies/rs

v0.2.11

Choose a tag to compare

@kigawas kigawas released this 06 May 16:47
2106a80

What's Changed

  • Bump MSRV to 1.71 by @kigawas in #144
  • Update criterion requirement from 0.7.0 to 0.8.2 by @dependabot[bot] in #149
  • Migrate secp256k1 backend from libsecp256k1 to k256 by @Copilot in #152
  • Bump msrv to 1.81 by @kigawas in #154
  • Review fix for k256 migration by @kigawas in #153

New Contributors

  • @Copilot made their first contribution in #152

Full Changelog: v0.2.10...v0.2.11

v0.2.10

Choose a tag to compare

@kigawas kigawas released this 14 Oct 05:12
947eeb6

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

Choose a tag to compare

@kigawas kigawas released this 02 Apr 18:42
b3fefdb

What's Changed

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

v0.2.8

Choose a tag to compare

@kigawas kigawas released this 24 Mar 15:36
5472008

What's Changed

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

v0.2.7

Choose a tag to compare

@kigawas kigawas released this 19 May 17:43
90a3b83

What's Changed

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

v0.2.6

Choose a tag to compare

@kigawas kigawas released this 29 Jul 03:56
45851ac

What's Changed

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

v0.2.5

Choose a tag to compare

@kigawas kigawas released this 21 Jul 05:37
871bb39

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

Choose a tag to compare

@kigawas kigawas released this 16 Jul 16:57
875d8b5

What's Changed

  • Add configuration for more compatibility
  • Bump dependencies

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

v0.2.3

Choose a tag to compare

@kigawas kigawas released this 24 Sep 05:24
f3cfc0c

What's Changed

  • Bump dependencies

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

v0.2.2

Choose a tag to compare

@kigawas kigawas released this 23 Nov 07:04
8acefe1
  • Bump dependencies
  • Migrate to edition 2021