Cryptography with elliptic curve 25519 in Dart
I am using Dart lang and the cryptography lib – Ed25519 class for some exploration on curve 25519, I would need to use the base point (G) to do some calculations, and I would like to ask how to get the base point of curve 25519?