Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrivMX Endpoint ECC Driver

Driver module library used as a dependency in the PrivMX Endpoint library. It provides the implementation of the interface for the elliptic-curve cryptography.

Releasing

The current release process is managed from the main branch. To create a release, create a version tag in the vX.Y.Z format on main, push the tag to the remote repository, and then create a GitHub Release from the GitHub UI based on that tag. The changelog should also be generated from the GitHub Release UI.

Example Git commands:

git checkout main
git pull origin main
git tag vX.Y.Z
git push origin vX.Y.Z

About

Implementation of the interface for elliptic-curve cryptography for PrivMX Endpoint.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages