Skip to content

A faster Ed25519 Java implementation that can run on Android

Notifications You must be signed in to change notification settings

michami/ED25519

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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