1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
* Cryptographic types and operations.
* - Public and Private key implementations
* - Key-to-key key sharing
*/
/**
* Internal wrapper around IPLD, renamed to
* something a little more down-to-earth.
* Handles translation to/from IPLD and IrohBlobs
* for linked data.
*/
/**
* Common types that describe how to mount
* and operate on our internal representation
* of a 'bucket'.
* Represents the contents of a bucket at a given
* version
*/
/**
* Storage layer implementation.
* Just a light wrapper around the Iroh-Blobs
* protocol and ALPN handler
*/
/**
* Helper for setting build version information
* at compile time.
*/