Skip to content

Commit 46c3ac9

Browse files
committed
docs: update README
1 parent cb325df commit 46c3ac9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
# genome-homomorphic
1+
# Sequence Analysis Security Study
22

3-
$∀p \ ∀q \ ∃◊: E(p) ◊ E(q) = E(p + q)$
3+
## Overview
4+
This repository contains a collection of studies and tools focused on the intersection of sequence analysis and data security. The main goal is to explore how genomic sequence data can be analyzed while preserving confidentiality and ensuring the integrity of sensitive information. The repo includes various proof-of-concept (POC) implementations, scripts, and documentation to support research and development in this domain.
45

5-
$∀p \ ∀q \ ∃⋆: E(p) ⋆ E(q) = E(p \cdot q)$
6+
## Features
7+
- **Genomic Sequence Analysis**: Tools and methods for aligning and analyzing genomic sequences.
8+
- **Security Mechanisms**: Implementation of cryptographic techniques to ensure secure data processing, including homomorphic encryption and secret sharing.
9+
- **Proof of Concepts (POCs)**: Demonstrations of concepts that combine bioinformatics and cryptography to create secure, efficient data analysis pipelines.
10+
- **Variant Calling**: Scripts and algorithms to identify variants from sequencing data.
11+
- **Commitment Schemes**: Implementations for generating commitments and verifying data in secure computations.
12+
13+
## Objectives
14+
- To develop and test methods for secure sequence analysis.
15+
- To explore the practical applications of homomorphic encryption, secret sharing, and distributed key generation (DKG) in the context of genomic data.
16+
- To bridge the gap between bioinformatics and cryptographic research.

0 commit comments

Comments
 (0)