Expand description
Validation utilities for cryptographic operations
Functionsยง
- authentication
- Validate authentication result
- check_
parameter - Just check a parameter condition
- ciphertext
- Validate ciphertext format or content
- key
- Validate key format or content
- length
- Validate an exact length
- max_
length - Validate a maximum length
- min_
length - Validate a minimum length
- not_
implemented - Create a not implemented error
- parameter
- Validate a parameter condition
- range_
length - Validate length is within range (inclusive)
- signature
- Validate signature format or content