-
- Downloads
Implement HPKE
This provides implementation for BASE mode and algorithms:
DHKEM: P-256
HKDF: SHA256
AEAD: AES-128-GCM
Signed-off-by:
Norbert Pocs <norbertpocs0@gmail.com>
Showing
- Makefile.in 6 additions, 2 deletionsMakefile.in
- hpke-aead-aes128.c 45 additions, 0 deletionshpke-aead-aes128.c
- hpke-aead-export.c 45 additions, 0 deletionshpke-aead-export.c
- hpke-dhkem-p256.c 51 additions, 0 deletionshpke-dhkem-p256.c
- hpke-dhkem.c 214 additions, 0 deletionshpke-dhkem.c
- hpke-hkdf-hpke.c 186 additions, 0 deletionshpke-hkdf-hpke.c
- hpke-hkdf-kem.c 176 additions, 0 deletionshpke-hkdf-kem.c
- hpke-hkdf-sha256.c 45 additions, 0 deletionshpke-hkdf-sha256.c
- hpke-hkdf.c 112 additions, 0 deletionshpke-hkdf.c
- hpke-internal.h 173 additions, 0 deletionshpke-internal.h
- hpke-types.c 111 additions, 0 deletionshpke-types.c
- hpke.c 322 additions, 0 deletionshpke.c
- hpke.h 121 additions, 0 deletionshpke.h
- nettle.texinfo 83 additions, 0 deletionsnettle.texinfo
- testsuite/.gitignore 1 addition, 0 deletionstestsuite/.gitignore
- testsuite/Makefile.in 2 additions, 1 deletiontestsuite/Makefile.in
- testsuite/hpke-test.c 4363 additions, 0 deletionstestsuite/hpke-test.c
Loading
Please register or sign in to comment