nixpkgs/pkgs/development/libraries/botan/2.0.nix
Markus Theil 59ef524f69
botan2: 2.19.3 -> 2.19.4
Full release notes: https://botan.randombit.net/news.html#version-2-19-4-2024-02-20

Selected items:
* Fix DoS with arbitrary length primes of ECC curves
* Switch to constant time GCD
* Fix for NIST KeyWrap
* Add support for short nonces with AES-XTS

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-04-08 11:41:06 +02:00

8 lines
176 B
Nix

{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
baseVersion = "2.19";
revision = "4";
hash = "sha256-WjqI72Qz6XvKsO+h7WDGGX5K2p2dMLwcR0N7+JuX8nY=";
})