| 1234567891011121314151617181920212223 |
- [package]
- name = "lox-extensions"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- curve25519-dalek = {version = "4.1.3", default-features = false, features = ["serde", "rand_core", "digest", "precomputed-tables"] }
- lazy_static = "1.5.0"
- rand = {version = "0.8.0", features = ["std_rng"] }
- serde = "1.0.217"
- serde_with = { version = "3.0.0", features = ["json"] }
- sha1 = "0.10"
- sha2 = "0.10.8"
- subtle = "2.5"
- cmz = {git = "ssh://gogs@git-crysp.uwaterloo.ca/SigmaProtocol/cmz.git"}
- group = "0.13"
- ff = "0.13.1"
- bincode = "1"
- rand_core = "0.6"
- thiserror = "2.0.12"
- [features]
- bridgeauth = ["chrono"]
|