Commits on Source (2)
-
Norbert Pócs authored
Signed-off-by:
Norbert Pocs <npocs@redhat.com>
-
Norbert Pócs authored
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 3 additions, 0 deletionstestsuite/.gitignore
- testsuite/Makefile.in 2 additions, 1 deletiontestsuite/Makefile.in
- testsuite/hpke-test.c 4363 additions, 0 deletionstestsuite/hpke-test.c
hpke-aead-aes128.c
0 → 100644
hpke-aead-export.c
0 → 100644
hpke-dhkem-p256.c
0 → 100644
hpke-dhkem.c
0 → 100644
hpke-hkdf-hpke.c
0 → 100644
hpke-hkdf-kem.c
0 → 100644
hpke-hkdf-sha256.c
0 → 100644
hpke-hkdf.c
0 → 100644
hpke-internal.h
0 → 100644
hpke-types.c
0 → 100644
hpke.c
0 → 100644
hpke.h
0 → 100644
testsuite/hpke-test.c
0 → 100644
This diff is collapsed.