/VSYS_HDkey_go

Hardened Derived Key Tool for V Systems in golang

Primary LanguageGo

Hardened Derived Key Management Tool for V-Systems

About

This is a golang version of VSYS_HDkey_java, all processes are exactly the same.

Difference between go version and java version

1. Reference library

Package edwards25519 is referenced from agl, in which some code are changed to fit the design,and some bugs are fixed.

2. Others

Rest parts are the same as the java version, details can be seen here.