cryptogarageinc / pkcs11

pkcs11 wrapper for Go
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support for Ed25519 Derivation #33

Open lcmmhcc opened 4 months ago

lcmmhcc commented 4 months ago

hello, dude, Any Idea for Ed25519 Derivation using Thales hsm ?

k-matsuzawa commented 4 months ago

Hello. At the moment, I don't have any good ideas and haven't been able to implement them. (Also, in the case of ECDSA, thales HSM seems to have different derivation information than softHSM, so it does not work well.)

lcmmhcc commented 4 months ago

hi, thanks for ur comment, i'm trying to use the FM module sdk (provided by thales) to implement the BIP32(ED25519) , it's a module running inside the hsm and can touch and modify the prikey object. But it's not certifed by FIPS. and it's not a standard PKCS#11 api.