CryptoUtil
This commit is contained in:
parent
1efcb8837c
commit
912aa9491c
10 changed files with 153 additions and 35 deletions
|
|
@ -28,4 +28,6 @@ pub enum CryptoError {
|
|||
UnknownAlgorithm,
|
||||
#[error("invalid hex encoding")]
|
||||
InvalidHex,
|
||||
#[error("invalid base64 encoding")]
|
||||
InvalidBase64,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue