You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Implementation of RCCA encryption defined in 'Structure-Preserving and Re-randomizable RCCA-secure Public Key Encryption and its Applications'"
[lib]
name = "rcca"
path = "src/lib.rs"
[dependencies]
ark-ec = "0.5"
ark-serialize = "0.5"
ark-std = "0.5"
rand_core = "0.6"
ndarray = { version = "^0.16", default-features = false }