Condense code and add docs

This commit is contained in:
Alex Page 2023-06-28 21:54:40 -04:00
parent 369b8b04bc
commit 1085bec913
9 changed files with 221 additions and 183 deletions

View file

@ -5,3 +5,9 @@ members = [
"umskt",
"xpkey",
]
[profile.release.package.xpkey]
strip = true
opt-level = "z"
lto = true
codegen-units = 1