mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
feat(csprng): add Xof random generation
This adds a new kind of seed to the csprng When created which such seed, the AES-CTR random generator initialization changes: - The AES-KEY used is initialized differently - The AES-CTR starts with a CTR that may not be 0 The changes make it so that the counter still goes from 0..MAX, but now the AES-CTR will encrypt the counter + some offset allowing to keep the regular behavior and the new one
This commit is contained in:
4
Makefile
4
Makefile
@@ -174,8 +174,8 @@ install_zizmor: install_rs_build_toolchain
|
||||
( echo "Unable to install zizmor, unknown error." && exit 1 )
|
||||
|
||||
.PHONY: install_cargo_cross # Install custom tfhe-rs lints
|
||||
install_cargo_cross:
|
||||
cargo install cross
|
||||
install_cargo_cross: install_rs_build_toolchain
|
||||
cargo $(CARGO_RS_BUILD_TOOLCHAIN) install cross
|
||||
|
||||
.PHONY: setup_venv # Setup Python virtualenv for wasm tests
|
||||
setup_venv:
|
||||
|
||||
Reference in New Issue
Block a user