Skip to content

(WIP) Fast and efficient ed25519 signing and verification in pure Dart.

License

Notifications You must be signed in to change notification settings

DartCrypto/ed25519

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:ed25519/ed25519.dart';

main() {
  var awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

(WIP) Fast and efficient ed25519 signing and verification in pure Dart.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages