Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gbs-downloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
PrivateStorage
gbs-downloader
Commits
d9734160
Commit
d9734160
authored
2 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
Fix the name and the readme
parent
0a80de53
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-10
4 additions, 10 deletions
README.md
flake.nix
+3
-3
3 additions, 3 deletions
flake.nix
with
7 additions
and
13 deletions
README.md
+
4
−
10
View file @
d9734160
#
Tahoe-CHK
#
GBS-Downloader
## What is it?
Tahoe-CHK is a Haskell implementation of the
[
Tahoe-LAFS
](
https://tahoe-lafs.org/
)
CHK crytographic protocol
.
GBS-Downloader integrates Tahoe-CHK with Tahoe-Great-Black-Swamp to support downloading and decoding data from Great Black Swamp servers
.
It aims for bit-for-bit compatibility with the original Python implementation.
It will not include an implementation of any network protocol for transferring CHK shares.
However, its APIs are intended to be easy to integrate with such an implementation.
### What is the current state?
*
Convergent encryption is supported and compatible with Tahoe-LAFS.
*
CHK encoding is implemented but some cases are unsupported:
*
It is not allowed that k == 1 or k == n.
*
CHK decoding is implemented with the same limitations as for encoding.
*
Authenticity of the decoded data is not yet verified.
It's just starting.
It can't do much.
## Why does it exist?
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
3
−
3
View file @
d9734160
{
description
=
"
tahoe
-downloader"
;
description
=
"
gbs
-downloader"
;
inputs
=
{
# Nix Inputs
...
...
@@ -26,7 +26,7 @@
inherit
pkgs
;
src
=
./.
;
compilerVersion
=
ghcVersion
;
packageName
=
"
tahoe
-downloader"
;
packageName
=
"
gbs
-downloader"
;
};
in
{
checks
=
hslib
.
checks
{};
...
...
@@ -46,7 +46,7 @@
text
=
''
cabal update hackage.haskell.org
cabal build --enable-tests
eval "$(cabal list-bin
tahoe-chk
-tests)"
eval "$(cabal list-bin
gbs-downloader
-tests)"
''
;
}
}
/bin/cabal-build-and-test"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment