-
Could Hybrid Public Key Encryption (HPKE) [[RFC9180](https://www.rfc-editor.org/rfc/rfc9180)] API design be included? Single-Shot for sure, possibly Multi-Shot too?
panva updated
2 months ago
-
https://datatracker.ietf.org/doc/draft-ietf-lamps-cms-cek-hkdf-sha256/ requires HKDF-with-SHA256 for its mitigation. Are there any use cases where this mitigation wouldn't be implemented? If not, th…
-
We recently turned on more sanitizer checks for CCF (i.e. `-fsanitize=undefined,address -fno-omit-frame-pointer -fno-sanitize-recover=all -fno-sanitize=function`). We've observed a runtime error after…
-
The test vectors are in `tests/wycheproof`, but we don't currently use them.
-
Have you addressed this finding in the STS implementation?
https://cyber.orijtech.com/scsec/tendermint-p2p-v1
-
**Is your feature request related to a problem? Please describe.**
I'd like to incorporate this module on IGV desktop and the upstream maintainers might not accept the PR unless the .jar is publicl…
-
I use eclipse and cross compile to openwrt hardwhare, i cannot compile PHK
this error
```
`10:03:13 **** Incremental Build of configuration Default for project HAP ****
make all
/home/noppa…
-
Hi folks! Thanks for a really useful implementation.
I recently wrote a [brief specification](https://datatracker.ietf.org/doc/draft-wahby-cfrg-hpke-kem-secp256k1/01/) for HPKE using DHKEM over sec…
-
As part of making PSA Crypto the main crypto API in 4.0, we're making (most of) the legacy crypto API internal (that is, headers would be visible to other crypto modules but not to applications).
T…
-
* Examine timing anomalies:
* [ ] P256
* [ ] K256
* [ ] ChaCha20 und ChaCha20Poly1305 in OpenSSL look inefficient
* [ ] `(result != 1)`
* [x] `OpenSSL_Ed25519_Verify` seems to be very…