mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
* Add a bfv::Unsigned type * Fix decoding from polynomial? * Add prop test for addition * Proptest sub, mul, and mixed cipher/plaintexts * Reduce code dupe * Add test for 0 - 1 * Add a few more tests
11 lines
240 B
TOML
11 lines
240 B
TOML
[package]
|
|
name = "bigint"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sunscreen = { path = "../../sunscreen" }
|
|
crypto-bigint = "0.4.9"
|