chore: fix typos (#25013)
Signed-off-by: minxinyi <minxinyi6@outlook.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
cd714c33b8
commit
f8daf8b371
+1
-1
@@ -262,7 +262,7 @@ func uint32ToBytes(i uint32) []byte {
|
||||
return b[:]
|
||||
}
|
||||
|
||||
// i64 returns the two halfs of the SHA512 HMAC of key and data.
|
||||
// i64 returns the two halves of the SHA512 HMAC of key and data.
|
||||
func i64(key, data []byte) (il, ir [32]byte) {
|
||||
mac := hmac.New(sha512.New, key)
|
||||
// sha512 does not err
|
||||
|
||||
Reference in New Issue
Block a user