Docs.rs
ciphercore-base-0.3.1
ciphercore-base 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ilyarazcm
bminaievcm
govindr-cm
kalinovcm
Dependencies
aes ^0.8.2
normal
anyhow ^1.0.70
normal
arbitrary ^1
normal
optional
atomic_refcell ^0.1.8
normal
chrono ^0.4.19
normal
cipher ^0.4.4
normal
ciphercore-utils =0.3.0
normal
clap ^3.0.14
normal
env_logger ^0.9.0
normal
getrandom ^0.2.9
normal
json ^0.12.4
normal
maplit ^1.0.2
normal
ndarray ^0.15.1
normal
petgraph ^0.6.0
normal
pyo3 ^0.17.1
normal
optional
pywrapper-macro ^0.3.1
normal
optional
rand ^0.8
normal
serde ^1.0.130
normal
serde_json ^1.0.94
normal
tonic ^0.8.3
normal
optional
typetag ^0.2.8
normal
uuid ^0.8.2
normal
bincode ^1.3.3
dev
futures ^0.3.21
dev
futures-core ^0.3.21
dev
futures-util ^0.3.21
dev
serde_test ^1.0.130
dev
tokio ^1.21.2
dev
Versions
83.52%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ciphercore_
base
0.3.1
Module adder
Module Items
Structs
In ciphercore_
base::
ops
ciphercore_base
::
ops
Module
adder
Copy item path
Source
Expand description
Binary adder that adds two bitstrings.
Structs
ยง
Binary
Add
A structure that defines the custom operation BinaryAdd that implements the binary adder.