Skip to content

Commit 5df4059

Browse files
committed
chore(zk): add metadata for Cargo publish
1 parent c807bce commit 5df4059

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

tfhe-zk-pok/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "tfhe-zk-pok"
33
version = "0.1.0"
44
edition = "2021"
5+
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
6+
homepage = "https://zama.ai/"
7+
documentation = "https://docs.zama.ai/tfhe-rs"
8+
repository = "https://github.com/zama-ai/tfhe-rs"
9+
license = "BSD-3-Clause-Clear"
10+
description = "tfhe-zk-pok: An implementation of zero-knowledge proofs of encryption for TFHE."
511

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

tfhe-zk-pok/LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
BSD 3-Clause Clear License
2+
3+
Copyright © 2024 ZAMA.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without modification,
7+
are permitted provided that the following conditions are met:
8+
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
2. Redistributions in binary form must reproduce the above copyright notice, this
13+
list of conditions and the following disclaimer in the documentation and/or other
14+
materials provided with the distribution.
15+
16+
3. Neither the name of ZAMA nor the names of its contributors may be used to endorse
17+
or promote products derived from this software without specific prior written permission.
18+
19+
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
20+
THIS SOFTWARE IS PROVIDED BY THE ZAMA AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
21+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
22+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
23+
ZAMA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
24+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)