chore: Move xor_into, copying and base64 utils into own crates

This commit is contained in:
Karolin Varner
2023-11-16 18:39:19 +01:00
committed by Karolin Varner
parent c9cef05b29
commit a220c11e67
16 changed files with 141 additions and 85 deletions

View File

@@ -0,0 +1,5 @@
# Rosenpass constant time library
Rosenpass internal library providing basic constant-time operations.
This is an internal library; not guarantee is made about its API at this point in time.