Skip to content

Releases: panva/hpke

v1.0.6

04 Mar 15:45
Immutable release. Only release title and notes can be modified.
be5e825

Choose a tag to compare

Fixes

  • build script munching unintended symbols (b76a031)

v1.0.5

04 Mar 14:59
Immutable release. Only release title and notes can be modified.
b6fa0ec

Choose a tag to compare

Refactor

  • align internal naming with HPKE spec conventions (a926ca1)

Documentation

  • add links to IETF spec sections (0bcfdb3)

v1.0.4

16 Feb 08:33
Immutable release. Only release title and notes can be modified.
f8a735f

Choose a tag to compare

Refactor

  • account for an upcoming Web Cryptography change (8503c7d)

v1.0.3

21 Dec 19:38
Immutable release. Only release title and notes can be modified.
d83671b

Choose a tag to compare

Fixes

  • align main and noble release versions and deps (82d8d2b)

v1.0.2

21 Dec 19:32
Immutable release. Only release title and notes can be modified.
3b691a3

Choose a tag to compare

Refactor

  • @panva/hpke-noble: use noble hybrid KEMs (0223abc)

v1.0.1

05 Dec 10:31
Immutable release. Only release title and notes can be modified.
5cc014a

Choose a tag to compare

Documentation

  • variety of JSDoc updates (b2cbf82)

v1.0.0

02 Dec 22:18
Immutable release. Only release title and notes can be modified.
73d0fc8

Choose a tag to compare

Refactor

  • rename package, it is now just "hpke" (2996ad8)

v0.4.4

02 Dec 13:59
Immutable release. Only release title and notes can be modified.
c15b078

Choose a tag to compare

Refactor

  • add additional assertValidity checks to the noble implementations (e46795a)
  • perform the same operation regardless of byte values in checkNotAllZeros (15f79d5)

v0.4.3

30 Nov 18:43
Immutable release. Only release title and notes can be modified.
9bb0b88

Choose a tag to compare

Fixes

  • don't fall for Node's Buffer.prototype.slice (fa4c166)

v0.4.2

30 Nov 17:03
Immutable release. Only release title and notes can be modified.
c6ccd4d

Choose a tag to compare

Fixes

  • correct I2OSP for numbers larger than 32 bits (5b632c6)
  • use psk byteLength for mode determination (ad34537)

Refactor

  • handle edge cases in pointAdd (1a63302)