Concrete Core Versions Save

Concrete Core contains a set of low-level primitives which can be used to implement Fully Homomorphically Encrypted (FHE) programs.

concrete-core-ffi-0.2.0-rc.8

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • New fft backend primitives
  • Parallel generation of CBS PFPKSK

concrete-core-ffi-0.2.0-rc.7

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

concrete-core-ffi-0.2.0-rc.6

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • This release brings an Apple Silicon build

concrete-core-ffi-0.2.0-rc.5

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • Add the possibility to convert/copy a KeyswitchKey to a KeyswitchKeyMutView

concrete-core-wasm-1.0.0-rc1

1 year ago

New operations were added for this release:

  • All the operators of the default backend, acting on owned entities are now available (including seeded ciphertexts and keys, and functions to decompress them).
  • Most notably, public keys are now supported into the default backend.
  • All the operators of the new fft backend are also suported: bootstrap, Cmux, external product.

concrete-core-ffi-0.2.0-rc.4

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • wop PBS primitives (bit extraction and circuit bootstrap + vertical packing) are now available
  • Generation and serialization of keys for the circuit bootstrap have been added

concrete-core-ffi-0.2.0-rc.3

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • LweBootstrapKey64 de/serialization is now available

concrete-core-ffi-0.2.0-rc.2

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • BREAKING CHANGE: engines renaming from concrete-core (creation and generation engines) have been propagated to the FFI

concrete-core-ffi-0.2.0-rc.1

1 year ago

Concrete-core FFI exposes a C API on top of Concrete-core. At the moment it only corresponds to a subset of Concrete-core's features.

Public features:

  • Do not limit creations of UnixSeeder from a single secret
  • Add possibility to create LweBootstrapKeyMutView64
  • Add possibility to discard convert (equivalent to a copy) an LweBootstrapKey64 to an LweBootstrapKeyMutView64

concrete-cuda-0.1.0

1 year ago

This crate contained Cuda/C++ implementations of TFHE's bootstrap and keyswitch, wrapped in Rust.