chore: fix typos and introduce ci check (#390)

This commit is contained in:
Sanchith Hegde
2023-01-17 11:38:47 +05:30
committed by GitHub
parent 006e9a8892
commit 74f6d0025e
28 changed files with 199 additions and 240 deletions

View File

@ -55,7 +55,7 @@ pub enum ValidationError {
InvalidValue { message: String },
}
/// Cryptograpic algorithm errors
/// Cryptographic algorithm errors
#[derive(Debug, thiserror::Error)]
pub enum CryptoError {
/// The cryptographic algorithm was unable to encode the message