Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.