]> git.ipfire.org Git - thirdparty/nettle.git/commit
Implement aes key wrap and key unwrap (RFC 3394)
authorNicolas Mora <git@babelouest.org>
Sun, 23 May 2021 19:04:58 +0000 (21:04 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 23 May 2021 19:06:32 +0000 (21:06 +0200)
commit0145efbcb7a4feefab0789d4470c185c44055da6
treefcc5f2b285f356ef85a48065542cd286c73717e6
parent3b1bb7cb3178f5123f1b047690a49f7c32b36daf
Implement aes key wrap and key unwrap (RFC 3394)
Makefile.in
nist-keywrap.c [new file with mode: 0644]
nist-keywrap.h [new file with mode: 0644]
testsuite/.gitignore
testsuite/Makefile.in
testsuite/aes-keywrap-test.c [new file with mode: 0644]