Commit c8d0cd6
committed
Add HPKE Hybrid KEM sizes
Implemented per <https://filippo.io/hpke-pq>, which itself derives from
<https://datatracker.ietf.org/doc/html/draft-ietf-hpke-pq-03>. These
sizes correspond to the encoded sizes of the encapsulating keys and
ciphertexts, which are calculated as `KEM.Nek + Group.Nelem` and
`KEM.Nct + Group.Nelem` respectively.
The X-Wing sizes were already present due to being rounder numbers.1 parent 15f74ea commit c8d0cd6
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
852 | 859 | | |
853 | 860 | | |
854 | 861 | | |
| |||
1110 | 1117 | | |
1111 | 1118 | | |
1112 | 1119 | | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
1113 | 1128 | | |
1114 | 1129 | | |
1115 | 1130 | | |
| |||
0 commit comments