Skip to content

Releases: divviup/hpke-dispatch

v0.8.0

22 Jul 14:07
5ffb571

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 Jul 22:45
2780d91

Choose a tag to compare

This release adds support for the P-384 and P-521 NIST curves.

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Jun 17:12
2c4b2fa

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

22 Aug 23:34
@jbr jbr
4ca5a04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Oct 21:06
f3180aa

Choose a tag to compare

This release adopts hpke 0.10.0, which no longer pins a specific version of zeroize.

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Sep 21:13
3495002

Choose a tag to compare

What's Changed

  • Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 by @dependabot in #13
  • add browser build, js tests by @jbr in #12
  • include pkg/{node,web}/* in tarball by @jbr in #14
  • Always enable hpke/std feature (was: Re-expose hpke/std feature) by @tgeoghegan in #15
  • Bump actions/checkout from 2 to 3 by @dependabot in #16
  • drop wee_alloc dependency by @tgeoghegan in #18
  • use wasm-bindgen's fs.readFileSync loader in node by @jbr in #17

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 May 23:50
bf1d88f

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

31 May 22:57
5062e79

Choose a tag to compare

This release is mostly dependency updates and some automation improvements. We are cutting it to test crate publishing.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Apr 18:39
@jbr jbr
1101e4a

Choose a tag to compare

this release changes argument order to align with the hpke single shot interface and resolves a bug related to that order

v0.1.3

22 Apr 16:52
@jbr jbr
1949a69

Choose a tag to compare

  • added round trip tests that run in both native and node on github actions
  • resolved a bug that prevented round trip tests from passing
  • introduced Keypair
  • added static slices of Kem, Aead, and Kdf for enumeration