Skip to content

A fork of floodyberry's ed25519-donna modified to support the Ristretto prime-order group

Notifications You must be signed in to change notification settings

isislovecruft/ristretto-donna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ristretto-donna

ristretto-donna is an implementation of the Ristretto group based on @floodyberry's excellent ed25519-donna.

API

See ristretto-donna.h for public (and private) API calls.

Running tests

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
make ristretto-donna-test
./ristretto-donna-test

TODOs

  • Expose ristretto basepoint tables and faster and vartime scalar multiplication.
  • Finish feature/ristretto-from-uniform-bytes branch.
  • Make wrapper functions for arithmetic operations.

About

A fork of floodyberry's ed25519-donna modified to support the Ristretto prime-order group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages