Javier

Results 3 comments of Javier

In the meantime, how can I use keys generated by Bouncy Castle in GMEllipticCurveCrypto?

**Thanks!** It is working now. This is what I'm doing: - Java ``` java System.out.println("private:" + BaseEncoding.base64().encode( Crypto.encodePrivateKey(keyPair.getPrivate()) )); System.out.println("public:" + BaseEncoding.base64().encode( Crypto.encodePublicKey(keyPair.getPublic()) )); ``` which produces something like: >...

Hi ralfstx, I understand the situation and [I'm aware of how _SHOULD_ is used in RFCs](http://english.stackexchange.com/questions/110659/what-is-the-difference-between-must-do-and-should-do/112293#112293), therefore I wrote _Implement_ rather than _Fix_.....and well, since _SHOULD_ is more a recommendation...