Rename sign folder to crypto

Inspired by #3 and #5.
This commit is contained in:
Luke Parker
2022-05-03 00:46:50 -04:00
parent 9ccf683e9d
commit 87f38cafe4
15 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "dalek-ff-group"
version = "0.1.0"
description = "ff/group bindings around curve25519-dalek"
license = "MIT"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
rand_core = "0.6"
digest = "0.10"
subtle = "2.4"
ff = "0.11"
group = "0.11"
curve25519-dalek = "3.2"