-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using of _basePoint #9
Comments
For montgomery form Curve25519 you can use For Ed25519 you can use Internally I'm using a specialized method for multiplying with the base point, which is about twice as fast as using a general purpose scalar multiplication routine and passing it the base point. To generate those random 32 byte values you can use a function like:
I didn't include this in my library because it's only available in some flavours of the .net framework. |
@CodesInChaos , Thanks for your Help, I got the required Result. |
Have 2 more queries
i am not able to get. Please provide a solution |
|
i need to get public key using the _basePoint, but i see nowhere, u using it,
Please prove solution.
The text was updated successfully, but these errors were encountered: