Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nsonanh committed Nov 11, 2024
1 parent cb325df commit 46c3ac9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# genome-homomorphic
# Sequence Analysis Security Study

$∀p \ ∀q \ ∃◊: E(p) ◊ E(q) = E(p + q)$
## Overview
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.

$∀p \ ∀q \ ∃⋆: E(p) ⋆ E(q) = E(p \cdot q)$
## Features
- **Genomic Sequence Analysis**: Tools and methods for aligning and analyzing genomic sequences.
- **Security Mechanisms**: Implementation of cryptographic techniques to ensure secure data processing, including homomorphic encryption and secret sharing.
- **Proof of Concepts (POCs)**: Demonstrations of concepts that combine bioinformatics and cryptography to create secure, efficient data analysis pipelines.
- **Variant Calling**: Scripts and algorithms to identify variants from sequencing data.
- **Commitment Schemes**: Implementations for generating commitments and verifying data in secure computations.

## Objectives
- To develop and test methods for secure sequence analysis.
- To explore the practical applications of homomorphic encryption, secret sharing, and distributed key generation (DKG) in the context of genomic data.
- To bridge the gap between bioinformatics and cryptographic research.

0 comments on commit 46c3ac9

Please sign in to comment.