swift-homomorphic-encryption-protobuf

Protocol buffers definitions for Swift Homomorphic Encryption

APACHE-2.0 License

Stars
14

Protobuf definitions for various projects, including swift-homomorphic-encryption

Contributing

Welcome to the Swift Homomorphic Encryption community! Thanks for your interest in contributing. We would love contributions in the form of feedback via GitHub Issues, pull requests with new features, bug fixes, documentation (including fixing typos!), and your ideas. If it's a big change, please start with an Issue.

Before contributing, please run pre-commit, e.g. via pre-commit run --all-files. This will perform some basic formatting checks.

To install pre-commit, follow instructions in https://pre-commit.com/. We recommend brew install pre-commit.

Pull Requests:

Before making a commit for a pull request, please run pre-commit install. Then on each commit some basic formatting checks will be run.