- Jun 12, 2023
-
-
Jean-Paul Calderone authored
Add `Ord` instances for capability types See merge request !15
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
cannot re-pack a thunk with unknown files in it these files are known and are not meant to be committed
-
Jean-Paul Calderone authored
-
- Jun 07, 2023
-
-
Jean-Paul Calderone authored
add ConfidentialShowable instances and deprecate dangerRealShow See merge request !14
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Auto generate cabal project See merge request !13
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 02, 2023
-
-
Jean-Paul Calderone authored
drop the base constraint from the cabal test target Closes #8 See merge request !12
-
Jean-Paul Calderone authored
Presumably we still have some lower bound but I don't know what it is and if it's below 8.6.5 ... it doesn't matter to anyone that _I_ know of.
-
Jean-Paul Calderone authored
-
- Jun 01, 2023
-
-
Jean-Paul Calderone authored
Release 0.2.0.0 See merge request !11
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
expose random IV generation in the public interface See merge request !10
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
we'll also run the tests after which is great, but this at least gets us some automatic checking of our executables which aren't really covered by automated tests
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
callers of the encode interface are now required to pass in the correct iv for the ciphertext being encoded
-
- May 26, 2023
-
-
Jean-Paul Calderone authored
Parse and serialize SDMF capabilities Closes #1 See merge request !8
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Remove all of the GitLab cache configuration See merge request !9
-
Jean-Paul Calderone authored
The cache periodically becomes corrupt and causes builds to fail.
-
Jean-Paul Calderone authored
Plus various basic instances (Eq, Show, mainly) to make testing this piece easier. Also some more Hedgehog generators for types related to capabilities.
-
- May 22, 2023
-
-
Jean-Paul Calderone authored
Also scatter some more Eq and Show instances around to make this possible. Also change some Show instances to elide most of the content of secrets.
-
Jean-Paul Calderone authored
-
- May 19, 2023
-
-
Jean-Paul Calderone authored
Implement enough encryption and encoding to be able to read plaintext from Tahoe-LAFS-generated SDMF shares Closes #5 See merge request !7
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This functionality moved in to readShareFromBucket
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
We need a lot of type conversions and we'd like to be more principled than `fromIntegral`.
-
- May 16, 2023
-
-
Jean-Paul Calderone authored
-