Fix returned hash sum type
parent
ca70d1f8a3
commit
a3e9a36553
|
@ -13,9 +13,9 @@ interface Hash {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Hash32 {
|
interface Hash32 {
|
||||||
sum32() uint32
|
sum32() u32
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Hash64 {
|
interface Hash64 {
|
||||||
sum64() uint64
|
sum64() u64
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue