遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/1412)
<a href="https://www.bestpractices.dev/projects/1412"><img src="https://www.bestpractices.dev/projects/1412/badge"></a>
Cryptographic toolkit for searchable encryption.
https://github.com/OpenSSE/crypto-tk/blob/master/CONTRIBUTING.md
This project is a cryptographic library which does not generate text for end-users.
No authentication needed for external users.
https://github.com/OpenSSE/crypto-tk/issues
Continuous integration using Travis: https://travis-ci.org/OpenSSE/crypto-tk
Code coverage (from gcov/lcov) is available on CoverAll: https://coveralls.io/github/OpenSSE/crypto-tk
The SSE schemes implementation (https://github.com/OpenSSE/opensse-schemes), the major project using crypto-tk uses the same compilation flags.
Crypto-tk uses provably-secure cryptographic algorithms.
Not OK for symmetric-key algorithms. For public key primitives, the choice is often non-existent: trapdoor permutation can (almost) only be instantiated with RSA, concise puncturable encryption with bilinear maps.
This library is not meant for network communications.
Releases' tags are signed with GPG.
警告:需要更长的理由。
clang's address sanitizer is not run routinely
后退