Re: [PATCH] Add Streamlined NTRU Prime sntrup761.

2023-06-18 Thread Niels Möller
Simon Josefsson writes: > This adds sntrup761, what do you think? What's the context/usecase? I saw some mails on the ietf-ssh list, but it was a bit unclear to me what the status of this algorithm is. In general, it makes sense to add support for post-quantum key exchange methods, another

Re: [PATCH] Add DRBG-CTR-AES256.

2023-06-18 Thread Niels Möller
Simon Josefsson writes: > This adds DRBG-CTR-AES256, what do you think? Thanks, I've had a first look. > --- /dev/null > +++ b/drbg-ctr-aes256.c > @@ -0,0 +1,100 @@ > +/* drbg-ctr-aes256.c > +static void > +drbg_ctr_aes256_update (struct aes256_ctx *Key, > + uint8_t *V,