Closed fomkin closed 5 years ago
Currently we using hand-made implementation of ed25519 signatures, which is based on port of PoC curve implementation. Bouncy Castle is well tested end maintained. Latest version supports ed25519. I think we should use it.
This changes MUST be backward compatible.
Currently we using hand-made implementation of ed25519 signatures, which is based on port of PoC curve implementation. Bouncy Castle is well tested end maintained. Latest version supports ed25519. I think we should use it.