Metadata-Version: 2.4
Name: obliviouspy-HSS
Version: 1.0.0
Summary: A Python library implementing the Homomorphic Secret Sharing, applied for Oblivious Linear Evaluation (OLE), Vector-OLE and NxOLE
Author: Davide Cerutti
Project-URL: Homepage, https://github.com/davidecerutti/ObliviousPy
Project-URL: Bug Tracker, https://github.com/davidecerutti/ObliviousPy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0

# ObliviousPy-HSS

[![PyPI version](https://badge.fury.io/py/obliviouspy-HSS.svg)](https://badge.fury.io/py/obliviouspy-HSS)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**ObliviousPy-HSS** A Python library implementing the Homomorphic Secret Sharing, applied for Oblivious Linear Evaluation (OLE), Vector-OLE and NxOLE. 

This project aims to provide an accessible and educational implementation of these cryptographic primitives for researchers and developers.

---

## 🚀 Installation

You can easily install the library via `pip`:

```bash
pip install obliviouspy-HSS
import oblivious
