Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: panva/hpke

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)

v0.4.1

29 Nov 22:07
Immutable release. Only release title and notes can be modified.
34c97fc

Choose a tag to compare

Refactor

  • more custom key non-extractable checks (3d02b02)

v0.4.0

27 Nov 07:30
Immutable release. Only release title and notes can be modified.
7410abc

Choose a tag to compare

⚠ BREAKING CHANGES

  • encapsulatedKey is now encapsulatedSecret

Refactor

  • encapsulatedKey is now encapsulatedSecret (3a10dac)

v0.3.0

25 Nov 13:56
Immutable release. Only release title and notes can be modified.
d50479d

Choose a tag to compare

⚠ BREAKING CHANGES

  • Single-Shot APIs aad is moved to the options argument

Refactor

  • Single-Shot APIs aad is moved to the options argument (962b0ea)

v0.2.7

24 Nov 06:55
Immutable release. Only release title and notes can be modified.
71f711e

Choose a tag to compare

Features

  • add the remaining hybrids to extensibility (6472e8e)

v0.2.6

22 Nov 22:40
Immutable release. Only release title and notes can be modified.
dca48d5

Choose a tag to compare

Fixes

  • ensure custom non-extractable Key instances cannot be extracted through a KEM instance (1a74f06)