Skip to content
#

crypto

Here are 2,660 public repositories matching this topic...

gilles-peskine-arm
gilles-peskine-arm commented Aug 25, 2020

tests/include/test/psa_crypto_helpers.h contains function definitions. That's a remnant from when we didn't have tests/src/*.c and unit tests had to be compiled as a monolithic C file. It's a problem because merely including the header causes an unused-function warning. The header should contain only function declarations (or static inline function definitions, but the functions in that head

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.

  • Updated Sep 11, 2020
  • C++

Improve this page

Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.