linera-base 0.7.0

Base definitions, including cryptography, used by the Linera protocol.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- cargo-rdme start -->

This module provides a common set of types and library functions that are shared
between the Linera protocol (compiled from Rust to native code) and Linera
applications (compiled from Rust to Wasm).

<!-- cargo-rdme end -->

## Contributing

See the [CONTRIBUTING](../CONTRIBUTING.md) file for how to help out.

## License

This project is available under the terms of the [Apache 2.0 license](../LICENSE).