Pinned Repositories
622_FCFS_open
Different Cache Inclusion Polcies - in the Champsim Simulator
628_cloud
Secure Cloud Storage in Go
awesome-mpc
A curated list of multi party computation resources and links.
Cryptography
This Projects has implemented three asymmetric and homomorphic encryption BGN, Benaloh, Paillier in Java using JPBC library.
DynamicSearchableEncryption
Dynamic Searchable Encryption via Blind Storage
pbc
Pairing-based cryptography for Go
SearchableEncryption
CS6058 Searchable encryption project
SuviSree's Repositories
SuviSree/SearchableEncryption
CS6058 Searchable encryption project
SuviSree/awesome-mpc
A curated list of multi party computation resources and links.
SuviSree/622_FCFS_open
Different Cache Inclusion Polcies - in the Champsim Simulator
SuviSree/628_cloud
Secure Cloud Storage in Go
SuviSree/641_Assn5_ModernCrypto
AES_squareAttack
SuviSree/665_SecurePrefetcher
SuviSree/675_DataMining
sentiment analysis of twitter data
SuviSree/bgn
BGN encryption scheme implementation using Go
SuviSree/BISEN
BISEN is a searchable symmetric encryption scheme, allowing for secure boolean queries over remote datastores by leveraging Intel SGX for trustworthy computation.
SuviSree/blockchain-crypto-mpc
Protecting cryptographic signing keys and seed secrets with Multi-Party Computation.
SuviSree/blog
Some notes on things I find interesting and important.
SuviSree/cpp-docs
C++ Documentation
SuviSree/cv
My CV.
SuviSree/garbled-circuit
A two-party secure function evaluation using Yao's garbled circuit protocol
SuviSree/gofe
Functional encryption library in Go
SuviSree/Goldwa-Mical-enc
A simple implementation of Goldwasser-Micali encryption in java.
SuviSree/hacl-star
HACL*, a formally verified cryptographic library written in F*
SuviSree/Homomorphic_Encryption
Contains Packages for ElGamal, Paillier, Goldweiser-Micali and DGK Homomorphic Encryption System. Also implements secure multiplication, division and comparison.
SuviSree/IBE-Boneh_franklin-BasicIdent
SuviSree/MIRACL
MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).
SuviSree/MOTION2NX
A framework for generic hybrid two-party computation and private inference with neural networks
SuviSree/MP-SPDZ
Versatile framework for multi-party computation
SuviSree/mpc
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
SuviSree/mrgo
Map Reduce implementation using golang
SuviSree/OneTimePad
SuviSree/paillier-1
Paillier implementation for python 3
SuviSree/RegionalismsOnReddit
A repo for my Sociolinguistics and NLP final projects. Currently a WIP, that I haven't had time to clean up
SuviSree/secure-indexes
A rough attempt to implement the secure index technique outlined in Eu-Jin Goh's Secure Indexes paper.
SuviSree/Spartan
Spartan: High-speed zkSNARKs without trusted setup
SuviSree/tcrsa
Threshold Cryptography Golang Library