Skip to main content

create_session_token

Function create_session_token 

Source
pub fn create_session_token(derived_key: &[u8]) -> Result<Token, LinkError>
Expand description

Create a Token from a derived session key.

32 bytes → AES-128-CBC, 64 bytes → AES-256-CBC.