rust_wheel 0.1.10

A project to define some public component.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug)]
pub enum SignatureError {
   BadPrivateKey,
   OOM,
   BadSignature,
   SignFieldNull,
   SignContentNull
}