Skip to content

v1.0.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 04 Jul 19:00
a9af530

1.0.0 (2026-07-04)

⚠ BREAKING CHANGES

  • argon2: ComputeArgon2idHash / VerifyArgon2idHash no longer throw PlatformNotSupportedException on net10.0-browser at the default DegreeOfParallelism = 1 — they now complete successfully. Callers that were catching PlatformNotSupportedException specifically to detect "running in the browser" for this API will no longer see it for the default case; DegreeOfParallelism > 1 still throws on a single-threaded host.

Features

  • argon2: switch to TopSecret.Cryptography.Argon2 — Argon2id now runs in the browser (91f8b10)

Bug Fixes

  • browser: shrink BouncyCastle's key-material reclaim window (e74358d)

Documentation

  • cite libsodium's identical mlock fallback in References (fd1f7c0)
  • manual device-check policy; honest swap/BC-residue wording (f35b4d5)