Skip to content

Commit

Permalink
enable cryptex support
Browse files Browse the repository at this point in the history
Move cryptex code to separate functions so it can be reused.
Due to support for non in-place io it is not always possible to modify the
input buffer in the way the cryptex draft expected therefore use multiple
encrypt / decrypt calls when io is not in-place. The gcm ciphers do not
currently support multiple operations so non in-place io with csrc's is not
supported.
  • Loading branch information
pabuhler committed Dec 17, 2024
1 parent f1ab8cc commit 7e43bc5
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 347 deletions.
Loading

0 comments on commit 7e43bc5

Please sign in to comment.