mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
extkey_bip32.rs: fix misleading comment on HMAC (#2979)
This commit is contained in:
parent
0d4d98db0d
commit
d918c5fe84
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ use sha2::{Sha256, Sha512};
|
|||
|
||||
use crate::base58;
|
||||
|
||||
// Create alias for HMAC-SHA256
|
||||
// Create alias for HMAC-SHA512
|
||||
type HmacSha512 = Hmac<Sha512>;
|
||||
|
||||
/// A chain code
|
||||
|
|
Loading…
Reference in a new issue