mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
16 lines
377 B
TOML
16 lines
377 B
TOML
[default]
|
|
extend-ignore-identifiers-re = [
|
|
# Related to serialized object
|
|
"ser",
|
|
"unser",
|
|
# Used when dumping tfhe-rs parameters set into Sage format
|
|
"ND.*",
|
|
# Related to FHE strings example handling "banana"
|
|
"ba",
|
|
"enc_ba",
|
|
# Example with string replacing "hello" with "herlo"
|
|
"herlo",
|
|
# Example in trivium
|
|
"C9217BA0D762ACA1"
|
|
]
|