radicle-heartwood-lfs/radicle-crypto/src
Alexis Sellier b37fef9f22
Re-organize identity types and modules
The new hierarchy should be much more correct, and cleaner:

* `identity` (`Identity`)
* `identity::did` (`Did`)
* `identity::doc` (`Doc`, `Payload`)
  * `identity::doc::id` (`Id`)
* `identity::project` (`Project`)

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
2022-12-09 22:06:20 +01:00
..
ssh crypto: Add ECDH trait and `MemorySigner` impl 2022-12-08 13:21:00 +01:00
test Remove delegate names from identity doc 2022-12-07 12:16:00 +01:00
cyphernet.rs Use new cyphernet ECDH-related traits 2022-12-09 13:43:08 +01:00
hash.rs Move `hash` module to `radicle-crypto` 2022-12-01 12:05:44 +01:00
lib.rs Re-organize identity types and modules 2022-12-09 22:06:20 +01:00
ssh.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
test.rs radicle-crypto: split out from radicle 2022-10-27 20:40:39 +01:00