Crates.io | concrete-shortint |
lib.rs | concrete-shortint |
version | 0.1.1 |
source | src |
created_at | 2022-07-06 19:18:59.002765 |
updated_at | 2022-11-16 10:42:51.655862 |
description | Homomorphic Short Integer interface for the concrete FHE library. |
homepage | https://www.zama.ai/concrete-framework |
repository | https://github.com/zama-ai/concrete |
max_upload_size | |
id | 620700 |
size | 542,235 |
concrete-shortint
is a Rust library based on concrete-core
with the goal
of providing an abstraction layer that provides "short integer" types.
By "short integer", we mean unsigned integers, with usually less than 8 bits and that fits on a single LWE ciphertext.
The intended target audience for this library is people with cryptography knowledge.
This software is distributed under the BSD-3-Clause-Clear license. If you have any questions,
please contact us at hello@zama.ai
.