Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 438 Bytes

Examples

To execute the examples you need to clone this git repository and cd into its root:

git clone https://github.com/nmshd/rust-crypto.git
cd rust-crypto

Sign Data Example

Warning

There might be some issues compiling the software provider with gnu windows toolchain.

cargo run -F software --example sign_data

Example showing how to create a software provider, create a key pair, sign and verify data.