Skip to content

ellipticSecure/go-ehsm-example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

For updated documentation, see the how-to.

Prerequisites: an initialized eHSM with a user password set.

Test and build instructions

Setup your Go environment as usual, change main.go if needed and then:

go get github.com/ellipticSecure/go-ehsm-example1
go install github.com/ellipticSecure/go-ehsm-example1
./bin/go-ehsm-example1

About

Golang PKCS11 eHSM example code to generate ECC keys, sign and verify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages