Crates.io | jpki-ffi-generic |
lib.rs | jpki-ffi-generic |
version | 0.4.3 |
source | src |
created_at | 2022-10-02 15:15:57.892131 |
updated_at | 2023-10-21 02:26:31.708415 |
description | Generic FFI binding of jpki-rs for C/C++ and many other languages. |
homepage | https://github.com/siketyan/jpki-rs |
repository | https://github.com/siketyan/jpki-rs.git |
max_upload_size | |
id | 678362 |
size | 9,570 |
Read certificates, sign and verify documents using your JPKI card.
These targets are tested continuously:
Since this crate is fully cross-platform, we are welcome to add a new platform to this list :)
Add to your Cargo.toml as a dependency as follows:
[dependencies]
jpki = "0.4"
See jpki-cli for an example usage of this crate.