Skip to content

This example demonstrates how to use the eHSM Hardware Security Module to do elliptic curve cryptography.

Notifications You must be signed in to change notification settings

ellipticSecure/c-ehsm-example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to use the eHSM Hardware Security Module to do elliptic curve cryptography.

For updated documentation, see the how-to.

Prerequisites: an initialized eHSM with a user password set.

Note: edit main.c to ensure that the path to the eHSM pkcs11 shared library is correct for your platform.

Test and build instructions

mkdir build
cd build
cmake ..
make
./c_ehsm_example1 "user password"

About

This example demonstrates how to use the eHSM Hardware Security Module to do elliptic curve cryptography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published