mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 06:42:11 +00:00
feat(cli): add AES to cli app
This commit is contained in:
@@ -107,7 +107,7 @@ fn parse_radix(s: &str, radix: u32) -> Result<u128, BlockError> {
|
||||
}
|
||||
|
||||
fn ascii_string_to_u128(s: &str) -> Result<u128, BlockError> {
|
||||
if s.len() > 8 {
|
||||
if s.len() > 16 {
|
||||
return Err(BlockError::InvalidByteStringLength(s.len()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user