Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apple/swift-homomorphic-encryption-protobuf
Protocol buffers definitions for Swift Homomorphic Encryption
https://github.com/apple/swift-homomorphic-encryption-protobuf
Last synced: 27 days ago
JSON representation
Protocol buffers definitions for Swift Homomorphic Encryption
- Host: GitHub
- URL: https://github.com/apple/swift-homomorphic-encryption-protobuf
- Owner: apple
- License: apache-2.0
- Created: 2024-06-17T15:31:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T21:29:31.000Z (about 1 month ago)
- Last Synced: 2024-09-29T21:41:22.135Z (about 1 month ago)
- Homepage:
- Size: 43 KB
- Stars: 14
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Protobuf definitions for various projects, including [swift-homomorphic-encryption](https://github.com/apple/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](https://github.com/apple/swift-homomorphic-encryption-protobuf/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`](https://pre-commit.com), 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.