Clippy +nightly

This commit is contained in:
Deirdre Connolly 2021-04-17 01:43:46 -04:00
parent 4ee12d1170
commit 698f9620da
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ impl FromStr for FullViewingKey {
impl FullViewingKey {
/// [4.2.3]: https://zips.z.cash/protocol/protocol.pdf#orchardkeycomponents
#[allow(non_snake_case)]
pub fn to_R(&self) -> [u8; 64] {
pub fn to_R(self) -> [u8; 64] {
// let K = I2LEBSP_l_sk(rivk)
let K: [u8; 32] = self.ivk_commit_randomness.into();