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 c6c7759 commit f800699Copy full SHA for f800699
src/eip5564.zig
@@ -7,7 +7,7 @@ pub const Privkey = [32]u8;
7
pub const Pubkey = [33]u8;
8
pub const EthAddress = [20]u8;
9
10
-// StealthAddress is an implementation of EIP-5564 for the `schemeId`=0x00 (i.e: SECP256k1, with view tags)
+// StealthAddress is an implementation of EIP-5564 for the `schemeId`=0x01 (i.e: SECP256k1, with view tags)
11
// In the future, we can generalize the code if more schemes are added.
12
pub const EIP5564 = struct {
13
// `n` as defined in the spec.
0 commit comments