forked from parallaxsecond/rust-cryptoki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the implementation of session and pkcs11
I know this is uncommon, and I don't know if that's recent or not, but Rust allows for an implementation of an object to happen in submodules. I believe this was the intention with the various inline implementations so I'm submitting this alternative. Signed-off-by: Arthur Gautier <[email protected]>
- Loading branch information
Showing
12 changed files
with
829 additions
and
1,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.