Michael Rosenberg

Results 157 comments of Michael Rosenberg

Currently working on this. Not sure how long it'll take, though.

Update: I've written 99% of the code, but I have yet to start testing. That may take a while. Also it will be far slower than the optimized C implementation...

This looks really good. I suggest we adopt the above implementation over mine.

Thank you for the PR! Some questions: 1. In your usecase, how big are the signed chunks? 2. How many of these chunks are there in a single document? 3....

Adding to the list: https://eprint.iacr.org/2022/268 https://eprint.iacr.org/2020/1456

I've been looking into implementing some of these lately. It seems the generic transformations will require a new `aead` trait. Often, a generic transformation will be of the form "open...

Sure, I can use a fork of AEADs and see how it goes. > On Apr 29, 2022, at 09:42, Tony Arcieri ***@***.***> wrote: > >  > @rozbb perhaps...

I have some [preliminary key-committing AEADs](https://github.com/rozbb/kc-aeads) running now. [Here's](https://github.com/rozbb/kc-aeads/blob/78a951e128d891af0607988260323cac21044c20/src/utc_transform.rs#L121-L134=) an example of how I use the clobbering decryption feature. I settled on the `ClobberingDecrypt` trait, which I [defined for AES-GCM](https://github.com/rozbb/AEADs/blob/e73eca77103181daf61501ae8e3147ad7f3393a9/aes-gcm/src/lib.rs#L56-L106=)....

Resolved in `release/4.0` branch

Resolved in `release/4.0` branch