Skip to content

Commit

Permalink
fix target_arch specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 26, 2022
1 parent 6556ab5 commit 36e419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aead/chacha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl Key {
}

#[inline] // Optimize away match on `counter.`
#[cfg(not(target_arch="riscv32imac"))]
#[cfg(not(target_arch="riscv32"))]
unsafe fn encrypt(
&self,
counter: CounterOrIv,
Expand Down

0 comments on commit 36e419d

Please sign in to comment.