linera-base 0.15.17

Base definitions, including cryptography, used by the Linera protocol.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

/*!
Utilities used throughout the Linera codebase.
*/

pub mod future;
pub mod traits;