mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Prepare dalek-ff-group for publishing
This commit is contained in:
@@ -3,7 +3,9 @@ name = "dalek-ff-group"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "ff/group bindings around curve25519-dalek"
|
description = "ff/group bindings around curve25519-dalek"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
repository = "https://github.com/serai-dex/serai"
|
||||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||||
|
keywords = ["curve25519", "ed25519", "ristretto", "dalek", "group"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# Dalek FF/Group
|
# Dalek FF/Group
|
||||||
|
|
||||||
ff/group bindings around curve25519-dalek with a random function based around a more modern rand_core.
|
ff/group bindings around curve25519-dalek with a random function based around a more modern rand_core.
|
||||||
|
|
||||||
|
Some functions currently remain unimplemented.
|
||||||
|
|||||||
Reference in New Issue
Block a user