- Oct 11, 2019
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 10, 2019
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Deny writes to shares without an active lease.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Also make it use slot_testv_and_readv_and_writev instead of slot_readv The behavior should be the same and slot_readv is simpler and less interesting.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 09, 2019
-
-
Jean-Paul Calderone authored
this seems likely to be wrong. it's probably fine for slot creation but for later writes to a slot it will probably underestimate the passes required. we probably have to look at the "data length" of any existing share
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Immutable shares are limited to what you can pay for with 10 passes right now. This certainly needs to be lifted but until it is we don't want spurious test failures telling us about the limit. Mutable shares are limited to what you can pay for with 1 pass right now because the client doesn't know how to compute the right number of passes and always spends 1 pass.
-
Jean-Paul Calderone authored
Integer division lets this number be zero sometimes.
-
Jean-Paul Calderone authored
Some docs and cleanups which are additional to those from #42 This should have been part of the earlier merge but in the process of self-review I forgot to push all of my changes before using the GitHub merge button.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Server-side cryptographically correct pass checking for allocate_buckets
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
If enough valid passes are supplied for the amount of storage requested then allow the operation to succeed. Otherwise, fail with an error.
-
- Oct 08, 2019
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Oct 07, 2019
-
-
Jean-Paul Calderone authored
Add the ability to redeem a voucher from a Ristretto-flavored PrivacyPass issuer.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-