bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

PointyCastle analogous code for BouncyCastle Algorithm EC, curve Curve25519 key pair generation #83

Closed hamirshekhawat closed 1 year ago

hamirshekhawat commented 3 years ago

Can I write Dart code for the following java file? https://github.com/gsasikumar/forwardsecrecy/blob/master/src/main/java/io/yaazhi/forwardsecrecy/service/ECCService.java The file has methods to generate ec key pair using curve 25519. The public key is uncompressed. Does PointyCastle supports this?

brandsimon commented 1 year ago

@hamirshekhawat I am also interested in using ed25519. Have you made in progress with this?

Ephenodrom commented 1 year ago

187