Skip to main content

numext_constructor/fixed_hash/core/internal/
mod.rs

1// Copyright 2018-2019 Cryptape Technologies LLC.
2//
3// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
6// option. This file may not be copied, modified, or distributed
7// except according to those terms.
8
9//! Add internal methods for hash.
10//!
11//! These methods do not depend on any traits or crates, except: Default, Clone.
12
13mod kernel;
14mod private_ops;
15mod public_basic;
16mod public_conv;