mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore: fix clippy lint for aarch64 targets, use variables in format string
This commit is contained in:
@@ -25,9 +25,8 @@ impl AesBlockCipher for ArmAesBlockCipher {
|
||||
if !(aes_detected && neon_detected) {
|
||||
panic!(
|
||||
"The ArmAesBlockCipher requires both aes and neon aarch64 CPU features.\n\
|
||||
aes feature available: {}\nneon feature available: {}\n\
|
||||
aes feature available: {aes_detected}\nneon feature available: {neon_detected}\n\
|
||||
Please consider enabling the SoftwareRandomGenerator with the `software-prng` feature",
|
||||
aes_detected, neon_detected
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user