mheese / rust-pkcs11

Rust PKCS#11 Library
Apache License 2.0
75 stars 33 forks source link

some minor reorganization of the recently added padded string handling #28

Closed mheese closed 4 years ago

mheese commented 4 years ago

TODO: putting the blank padded arrays into structs might have alignment side effects on the structs. I believe it is fine with the change I make here, however, this might also be just a coincidence.