Gregory Maxwell
Gregory Maxwell
> What's the exact x86 CPU that you used to run the benchmark? EPYC 7742
I think inversion is just interesting to look at because it gives a single number. Scalar mul performance is more important in the context of batch validation, some ZKP etc....
> Is there a demand or plan to add various AES modes? You tell us if there is a demand? :) Which modes, in particular? Most modes are fairly trivial....
SIV perhaps, it would be a shame to support ultra-footgunny CTR and not also support at least something relatively safe.
My evse's are on isolated networks-- would be nice if it read the NTP setting handed out by DHCP if there were one.
I'm really uncomfortable with using capn proto, but fine enough for some example testing stuff! I'm a fan of this general approach (ignoring the use of capn proto) and I...
I think using a sizeof on an argument is likely to introduce almost impossible to detect bugs when e.g. someone hands it the first element of an array (esp one...
A related feature I had in a little private chat system in the past was logs that could only be read with the aid of the peer-- when you wanted...
@burdges Sure, users can always bypass, thats the same on any retention policy points. Retention policy is there to protect against future compromise not against a user that was bad...
I don't think that its necessarily so, e.g. say the stored message is computer1.data xor computer2.data. (e.g. split by xoring with a random stream and storing the stream on one...