Module insecure

Module insecure 

Source
Available on crate feature insecure only.
Expand description

Module for test code methods to read or write cleartext keyset material.

Functionsยง

keyset_material
Return the key material contained in a Handle.
new_handle
Create a new instance of Handle using the given Keyset.
read
Create a Handle from a cleartext keyset obtained via r.
write
Exports the keyset from h to the given writer w without encrypting it.