We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a17120 commit 48761e4Copy full SHA for 48761e4
content/appendix/address.md
@@ -144,7 +144,7 @@ const (
144
|----------|---------------------|
145
| protocol | payload |
146
147
-| 2 | SHA256(Random) |
+| 2 | blake2b-160(Random) |
148
```
149
150
**String**
@@ -153,7 +153,7 @@ const (
153
|------------|----------|-----------------------|----------|
154
| network | protocol | payload | checksum |
155
156
-| 'f' or 't' | '2' | SHA256(Random) | 4 bytes |
+| 'f' or 't' | '2' | blake2b-160(Random) | 4 bytes |
157
base32[..................................]
158
159
0 commit comments