Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

R

Trait R 

Source
pub trait R: Unsigned + Sealed { }
Expand description

Marker used to register valid values for R in the KBKDF.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl R for U8

Source§

impl R for U16

Source§

impl R for U24

Source§

impl R for U32

Implementors§