Skip to content

Tags: cloudflare/circl

Tags

v1.6.1

Toggle v1.6.1's commit message
Release v1.6.1

v1.6.0

Toggle v1.6.0's commit message
Add X-Wing to the readme and bump version.

v1.5.0

Toggle v1.5.0's commit message
Release v1.5.0

v1.4.0

Toggle v1.4.0's commit message
Preparing for release v1.4.0

v1.3.9

Toggle v1.3.9's commit message
Preparing CIRCL release v1.3.9

v1.3.8

Toggle v1.3.8's commit message
Serializing ciphertext with 32-bit prefixes.

Notice about ciphertext change and testing format.

Previously, tkn20 ciphertext was encoding the ciphertext header
`C1`, the envelope `env` (containing inner ciphertext), and
macData using 16-bit prefixes, which caused a limitation on
the maximum size allowed for encrypting plaintexts.

With this change, the encoding now uses 32-bit prefixes for
these three elements allowing to encrypt plaintexts longer
than 2^16 bytes. So, ciphertexts produced by tkn20 package are
now 12 bytes longer.

Ciphertexts in the previous format are still decryptable.
The following functions are backwards-compatible:
 - AttributeKey.Decrypt
 - Attributes.CouldDecrypt
 - Policy.ExtractFromCiphertext

v1.3.7

Toggle v1.3.7's commit message
Releasing CIRCL v1.3.7

v1.3.6

Toggle v1.3.6's commit message
Releasing CIRCL v1.3.6