Skip to content

Releases: aykxt/crypto

v0.11.0

14 Feb 18:58
638b103
Compare
Choose a tag to compare

Added

  • (block-modes): Add IGE block mode (d39bd50)
  • (benchmarks): Add AES-128-CBC WebCrypto benchmark (6643132)

Changed

  • (deps): Migrate to deno.json (1f0bd45)

Fixed

  • (block-ciphers): Cbc: use array offsets (#5) (7486524)

Removed

  • (ci): Remove codeql-analysis.yml (b2ecd50)
  • (benchmarks): Remove GodCrypto AES benchmarks (6eab45f)
  • (ci): Remove canary version from Deno matrix (193e77f)

v0.10.1

14 Jul 23:20
31be5e2
Compare
Choose a tag to compare

Bug Fixes

  • AES: fix bug causing wrong output sometimes (315d4f6)

v0.10.0

05 Apr 19:25
d7ff985
Compare
Choose a tag to compare

Features

  • block-ciphers: add 3DES algorithm (c0877ae)
  • block-ciphers: add DES algorithm (15d408e)

v0.9.1

04 Apr 19:43
97a6e2a
Compare
Choose a tag to compare

Bug Fixes

  • pbkdf2: fix offset out of bounds (1377a73)

v0.9.0

02 Apr 17:22
840c419
Compare
Choose a tag to compare

Features

  • Block ciphers: add CAST5 algorithm (840c419)