fhel 0.0.5-linux.4 fhel: ^0.0.5-linux.4 copied to clipboard
Natively supports Fully Homomorphic Encryption operations on sensitive data without revealing it. Supports Key Derivation, Encryption, Decryption, and Mathematical operations.
0.0.5-linux.4 #
Trying the linux/ approach, client shouldn't have to compile!
0.0.5-linux.3 #
Remove build-cmake
dep for make dist
0.0.5-linux.2 #
Include tests/ as required by CMakeLists.txt
0.0.5-linux.1 #
Remove .pubignore for dotnet deps
0.0.5-linux #
Check-in Microsoft SEAL + CPP
0.0.4 #
CKKS Scheme
- Encode / Decode Vector[Float]
- Encrypt / Decrypt Plaintext
Save / Load Parameters and Ciphertext
- Pointer[Uin8] references serialized byte string
0.0.3 #
Library Restructure
- Afhe: Adapter of fully homomorphic encryption. Exposes Classes
- Seal: Expose end user APIs. Extends Afhe
0.0.2 #
Android Release
- Supported Architectures: 'arm64-v8a', 'armeabi-v7a', 'x86_64'
- Will not support x86
- Does not include optimizations for Microsoft SEAL