Riad S. Wahby
Riad S. Wahby
Thanks for the useful library! This PR fixes a couple issues I ran into: 1. `size_t` is defined in ``. Some C++ libraries will incidentally pull this in, but that's...
`nitro-cli terminate-enclave --all` outputs malformed JSON object if it terminates multiple enclaves
The output from `nitro-cli terminate-enclave --all` when multiple enclaves get killed is: ``` { "EnclaveName": "some_enclave", "EnclaveID": "i-EnclaveId1", "Terminated": true } { "EnclaveName": "other_enclave", "EnclaveID": "i-EnclaveId2", "Terminated": true } ```...
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 secp256k1, for which [IANA has allocated the codepoint 0x0016](https://www.iana.org/assignments/hpke/hpke.xhtml#hpke-kem-ids). (I am...
Hello and thanks for a really nice crate! I recently wrote a quick [specification for DHKEM-over-secp256k1](https://datatracker.ietf.org/doc/draft-wahby-cfrg-hpke-kem-secp256k1/01/), for which IANA has [allocated the codepoint 0x0016](https://www.iana.org/assignments/hpke/hpke.xhtml#hpke-kem-ids). It would be fantastic if this...
This update changes the sgn0 function used by hash-to-curve to match the one in the latest hash-to-curve draft. Two things to note: 1. The serialization/deserialization procedures still use "big endian"...
Thanks a lot for the great libraries! Apologies if this has already been asked---I looked briefly and didn't see anything. It looks like in release builds it's quite easy to...