An open API service indexing awesome lists of open source software.

https://github.com/parallaxsecond/rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://github.com/parallaxsecond/rust-cryptoki

cryptography pkcs11 rust

Last synced: 1 day ago
JSON representation

Rust wrapper for the PKCS #11 API, Cryptoki

Awesome Lists containing this project

README

        

# Cryptoki Rust Wrapper

The `cryptoki` crate provides an idiomatic interface to the PKCS #11 API.
The `cryptoki-sys` crate provides the direct FFI bindings.

Check the `cryptoki` [README file](cryptoki/README.md) to get started!

# Community

Come and ask questions or talk with the Parsec Community in our Slack channel or biweekly meetings.
See the [Community](https://github.com/parallaxsecond/community) repository for more information on how to join.

# Contributing

Please check the [**Contribution
Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing/index.html) to know more
about the contribution process.

# History

This repository is based on [this original PR on rust-pkcs11](https://github.com/mheese/rust-pkcs11/pull/43).
Read the PR discussion for more information.

# License

The software is provided under Apache-2.0. Contributions to this project are accepted under the same license.

*Copyright 2021 Contributors to the Parsec project.*