Skip to content

michami/ED25519

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

A faster Ed25519 Java implementation that can run on Android

This is the original Ed25519 implementation sped up a bit. I unrolled some code, used built in functions to replace java methods, and converted a recursive call into a loop.

I tested it alongside the original implementation to make sure the functionality didn't change.

Mick Michalski

About

A faster Ed25519 Java implementation that can run on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages