mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
59ef524f69
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>
8 lines
176 B
Nix
8 lines
176 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
baseVersion = "2.19";
|
|
revision = "4";
|
|
hash = "sha256-WjqI72Qz6XvKsO+h7WDGGX5K2p2dMLwcR0N7+JuX8nY=";
|
|
})
|