Skip to content

Commit

Permalink
Add edwards25519 (Ed25519) basepoint multiplication
Browse files Browse the repository at this point in the history
This is very similar to the core of curve25519_x25519base, but
without the post-translation to the curve25519 Montgomery form,
and not fixing by assumption any low or high bits of the scalar
but accepting an arbitrary 256-bit scalar as input (though
it is reduced modulo the basepoint order internally).

s2n-bignum original commit: awslabs/s2n-bignum@b365f8e
  • Loading branch information
jargh committed Apr 21, 2023
1 parent 56f8e3a commit ee9c3af
Show file tree
Hide file tree
Showing 4 changed files with 35,702 additions and 0 deletions.
Loading

0 comments on commit ee9c3af

Please sign in to comment.