fork of radicle with Git LFS support, backed by IPFS
Go to file
Fintan Halpenny c0b0d29e19
radicle-crypto: split out from radicle
The crypto types are useful to use in other components that are
separate from the radicle crate, e.g. the incoming radicle-cobs
crate.

Separate out the types into a radicle-crypto crate. This crate defines
the usual PublicKey, SecretKey, and Signature types. It also provides
the ssh functionality, under the `ssh` feature. It is also necessary
to provide the `From` impl for `Component` here, which again is
guarded by the `git-ref-format` feature.

The `Arbitrary` implementation are moved. The arbitrary decision of
redefining `ByteArray` in both radicle-crypto and radicle was made.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2022-10-27 20:40:39 +01:00
.github/workflows Update Rust to 1.64 2022-09-26 11:27:31 +02:00
.nix meta: add nix tooling 2022-10-12 12:21:01 +02:00
radicle radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
radicle-crypto radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
radicle-httpd Remove redundant `Options` type 2022-10-19 11:47:29 +02:00
radicle-node radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
radicle-remote-helper radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
radicle-ssh remote-helper: Initialize 2022-10-17 16:23:16 +02:00
radicle-tools radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
.gitignore Initial commit 2022-09-13 10:13:13 +02:00
Cargo.lock radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
Cargo.toml radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00
README.md Add placeholder README 2022-10-14 13:19:28 +02:00
build.rs httpd: implement `git` fetch-only server 2022-10-19 11:36:16 +02:00
rust-toolchain Update Rust to 1.64 2022-09-26 11:27:31 +02:00

README.md

❤️🪵

Radicle Heartwood Protocol & Stack