Hello, I am interested in trying out the Zymkey for some hobby projects i’m working on. I was wondering, which key types are supported by the Zymkey?
gen_key_pair
's documentation states:
Generates a new key pair.This method generates a new key pair of the specified type.
and then for key_type
:
This parameter indicates the EC curve type that should be associated with the new key pair.
which EC curves are supported? Would I be able to generate a key pair with sr25519
or ed25519
curves for example?