Docs.rs
ore-rs-0.8.0
ore-rs 0.8.0
Permalink
Docs.rs crate page
Links
Homepage
crates.io
Source
Owners
coderdan
freshtonic
github:cipherstash:rust-deployers
Dependencies
aes ^0.8.2
normal
block-modes ^0.8.1
normal
byteorder ^1.4.3
normal
hex ^0.4.3
normal
hex-literal ^0.3.2
normal
lazy_static ^1.4.0
normal
num ^0.4.0
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
subtle-ng ^2.5.0
normal
thiserror ^1.0.38
normal
zeroize ^1.5.7
normal
criterion ^0.3.5
dev
quickcheck ^1.0.3
dev
Versions
10.64%
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
ore_rs
0.8.0
Plain
Text
Trait Implementations
OreEncrypt<T>
In crate ore_
rs
ore_rs
Type Alias
PlainText
Copy item path
Source
pub type PlainText<const N:
usize
> = [
u8
;
N
];
Trait Implementations
§
Source
§
impl<T:
OreCipher
, const N:
usize
>
OreEncrypt
<T> for
PlainText
<N>
Source
§
type
LeftOutput
=
Left
<T, N>
Source
§
type
FullOutput
=
CipherText
<T, N>
Source
§
fn
encrypt_left
(&self, cipher:
&T
) ->
Result
<Self::
LeftOutput
,
OreError
>
Source
§
fn
encrypt
(&self, cipher:
&T
) ->
Result
<Self::
FullOutput
,
OreError
>