From e6486ad90a4aa830d595a22af340ca6ad6dcd9e9 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 22 Aug 2018 16:21:45 +0200 Subject: [PATCH] ripple: note on which curve is used --- src/apps/ripple/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/ripple/README.md b/src/apps/ripple/README.md index 011d71776..91a5df5cb 100644 --- a/src/apps/ripple/README.md +++ b/src/apps/ripple/README.md @@ -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