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

RS256SigningKey

Type Alias RS256SigningKey 

Source
pub type RS256SigningKey = SigningKey<Sha256>;

Aliased Typeยง

pub struct RS256SigningKey { /* private fields */ }