mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Prepare dalek-ff-group for publishing
This commit is contained in:
parent
b4c1adcdfb
commit
481bf7dcf3
2 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue