- May 16, 2023
-
-
Jean-Paul Calderone authored
We use `isolate` so we know exactly how far we've advanced, we can trivially compute the correct position.
-
- May 15, 2023
-
-
Jean-Paul Calderone authored
instead of confusing it with the segment length sometimes, which includes padding bytes
-
- May 13, 2023
-
-
Jean-Paul Calderone authored
-
- May 12, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
The test suite fails, though.
-
Jean-Paul Calderone authored
This is probably better than pulling in three different crypto libraries for each of the difference pieces we need. It's certainly simpler to figure out how to make the pieces play nicely together since we avoid having multiple kinds of AES128 key defined, multiple types named IV and PublicKey, and even multiple implementations of the same module.
-
- May 10, 2023
-
-
Jean-Paul Calderone authored
k and N not confusing variable names at all...
-
Jean-Paul Calderone authored
Lots of fields left incorrectly populated but at least the erasure encoding is working so we can probably read (without verification) real shares now.
-
Jean-Paul Calderone authored
Read Tahoe-LAFS-generated bytes, decode into a Share, re-encoded to the same bytes.
-
- May 09, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Just a round-trip-through Binary test for now
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
* We can always interpret the IV so represent it using the IV type instead of as bytes. * We cannot interpret the private key without its decryption key so represent its encrypted form as bytes.
-
- May 08, 2023
-
-
Jean-Paul Calderone authored
Take tahoe-chk as a dependency because it can already represent some of the fields of an SDMF share. Also, a crypto library for key representations. Fix a typo in the cabal file that passed with only a warning before.
-