Michael Rosenberg

Results 157 comments of Michael Rosenberg

Ah, interesting. What's PVW?

Thanks. So to recap: is this simplified encryption function `E` safe to use? I ask because I'm implementing CO15 myself and it'd be nice if the ciphertext was 50% smaller

Added a few docs and did formatting. We should be able to merge/publish this soon. A few notes/questions 1. It seems like `ExpandedSecretKey` is entirely useless from the user's perspective,...

Ah good point. Probably should be a ref then. And the secret key could also be a ref (probably better to not have clones of it lying around; if a...

Ok, then are we good to merge once `ExpandedSecretKey` is made private? I'll do some doc fixes after that. If so, @alxiong could you make the following changes: 1. Doc...

I believe `ExpandedSecretKey` never appears inside a `Serialize` type, right? In that case, we can remove its `serde` impls entirely, and remove those tests.

I think it should be removed. If we need it in the future we can just revert. @tarcieri does this all look good to you?

Thanks all for all the solutions and comments. We are on the case and releasing soon! This has been resolved in #223