Prepare dalek-ff-group for publishing

This commit is contained in:
Luke Parker 2022-06-19 06:33:19 -04:00
parent b4c1adcdfb
commit 481bf7dcf3
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6
2 changed files with 4 additions and 0 deletions

View file

@ -3,7 +3,9 @@ name = "dalek-ff-group"
version = "0.1.0"
description = "ff/group bindings around curve25519-dalek"
license = "MIT"
repository = "https://github.com/serai-dex/serai"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["curve25519", "ed25519", "ristretto", "dalek", "group"]
edition = "2021"
[dependencies]

View file

@ -1,3 +1,5 @@
# Dalek FF/Group
ff/group bindings around curve25519-dalek with a random function based around a more modern rand_core.
Some functions currently remain unimplemented.