double-odd 0.1.0

Prime order groups constructed over double-odd curves
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "double-odd"
version = "0.1.0"
edition = "2021"
authors = ["Deirdre Connolly <durumcrustulum@gmail.com>", "Thomas Pornin <thomas.pornin@nccgroup.com>"]
description = "Prime order groups constructed over double-odd curves"
license = "MIT"
repository = "https://github.com/selkie-cryptography/double-odd"
keywords = ["cryptography", "crypto", "double-odd", "jq255s"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crrl = { git = "https://github.com/pornin/crrl.git", version = "0.1.0", features = ["alloc", "std"] }