mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
feat(sha384-extend): enhance SHA384 extend utility with padding and tests
- Refactor `sha384-extend` to include digest padding and validation. - Add `extend_sha384` function for hex-string-based digest extension. - Introduce comprehensive test coverage for edge cases and errors. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
7258452b79
commit
fa2ecee4bd
6 changed files with 234 additions and 33 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5189,6 +5189,7 @@ dependencies = [
|
|||
"clap 4.5.30",
|
||||
"hex",
|
||||
"sha2",
|
||||
"teepot",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue