mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
ripple: note on which curve is used
This commit is contained in:
parent
e657397c83
commit
e6486ad90a
@ -18,6 +18,8 @@ Ripple has different transaction types, see the [documentation](https://develope
|
||||
|
||||
We do not support transaction types other than the [Payment](https://developers.ripple.com/payment.html) transaction, which represents the simple "A pays to B" scenario. Other transaction types might be added later on.
|
||||
|
||||
We currently sign transactions using ECDSA and the secp256k1 curve same as in Bitcoin. Ripple also supports ed25519, which is currently not supported by Trezor, although the implementation would be quite straightforward.
|
||||
|
||||
Non-XRP currencies are not supported. Float and negative amounts are not supported.
|
||||
|
||||
#### Transactions Explorer
|
||||
|
Loading…
Reference in New Issue
Block a user