helium / helium-js

Official TypeScript packages for interacting with the Helium blockchain
Apache License 2.0
110 stars 35 forks source link

add RSA and SECP256K1 key type support to @helium/address #361

Closed allenan closed 1 year ago

allenan commented 1 year ago

adds support for RSA and SECP256K1 key types to the @helium/address package.

Using the following for keytype definitions: https://github.com/helium/helium-crypto-rs/blob/main/src/lib.rs#L244