diff options
author | Arun Isaac | 2025-06-26 21:55:01 +0100 |
---|---|---|
committer | Arun Isaac | 2025-06-27 10:31:58 +0100 |
commit | 9e983271ffac3c120e0c852bb28a2cd25c8f97db (patch) | |
tree | 6b78d020cb4ee61ec86eabcff4a10fb4db209e4b /README.md | |
download | pyhegp-9e983271ffac3c120e0c852bb28a2cd25c8f97db.tar.gz pyhegp-9e983271ffac3c120e0c852bb28a2cd25c8f97db.tar.lz pyhegp-9e983271ffac3c120e0c852bb28a2cd25c8f97db.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e024e95 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described [Private Genomes and Public SNPs: Homomorphic Encryption of Genotypes and Phenotypes for Shared Quantitative Genetics](https://academic.oup.com/genetics/article/215/2/359/5930450). + +# License + +pyhegp is free software released under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html), either version 3 of the License, or (at your option) any later version. |