mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
c803cb688f
Release notes: https://botan.randombit.net/news.html#version-3-4-0-2024-04-08 Notables changes/fixes: - Use a new method for constant time division in Kyber to avoid a possible side channel where the compiler inserts use of a variable time division. (GH #3959) - Add Ed448 signatures and X448 key exchange (GH #3933) - Fix a bug affecting use of SIV and CCM ciphers in the FFI interface. (GH #3971) Signed-off-by: Markus Theil <theil.markus@gmail.com>
8 lines
175 B
Nix
8 lines
175 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
baseVersion = "3.4";
|
|
revision = "0";
|
|
hash = "sha256-cYQ6/MCixYX48z+jBPC1iuS5xdgwb4lGZ7N0YEQndVc=";
|
|
})
|