Docs.rs
hacspec-lib-0.1.0-beta.1
hacspec-lib 0.1.0-beta.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
franziskuskiefer
Dependencies
abstract_integers ^0.1.5
normal
hacspec-attributes ^0.1.0-beta.1
normal
optional
num ^0.4
normal
secret_integers ^0.1.7
normal
optional
criterion ^0.4
dev
rand ^0.8
dev
Versions
17.92%
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
ByteTrait
hacspec_
lib
0.1.0-beta.1
Byte
Trait
Required Methods
declassify
Implementations on Foreign Types
u8
Implementors
In hacspec_
lib::
seq
hacspec_lib
::
seq
Trait
Byte
Trait
Copy item path
Source
pub trait ByteTrait { // Required method fn
declassify
(self) ->
u8
; }
Required Methods
§
Source
fn
declassify
(self) ->
u8
Implementations on Foreign Types
§
Source
§
impl
ByteTrait
for
u8
Source
§
fn
declassify
(self) ->
u8
Implementors
§