Skip to content

Commit

Permalink
extkey_bip32.rs: fix misleading comment on HMAC (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn authored and antiochp committed Jul 27, 2019
1 parent 0d4d98d commit d918c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keychain/src/extkey_bip32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d918c5f

Please sign in to comment.