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 4d73171 commit 4e483e6Copy full SHA for 4e483e6
tests/data/bip93_vectors.py
@@ -1,11 +1,12 @@
1
# tests/data/bip93_vectors.py
2
+# pylint: disable=line-too-long
3
"""BIP-93 / codex32 canonical test vectors."""
4
VECTOR_1 = {
5
"secret_s": "ms10testsxxxxxxxxxxxxxxxxxxxxxxxxxx4nzvca9cmczlw",
6
"secret_hex": "318c6318c6318c6318c6318c6318c631",
7
"hrp": "ms",
8
"k": 0,
- "id": "test",
9
+ "identifier": "test",
10
"share_index": "s",
11
"payload": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
12
"checksum": "4nzvca9cmczlw",
0 commit comments