Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AB3rtz committed May 28, 2022
1 parent 3124800 commit 6bd1098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void create_privateKey_from_seed() throws IOException {
byte[] init = "ed25519 seed".getBytes(StandardCharsets.UTF_8);
byte[] key = HierarchicalDeterministicKey.getFromSeed(seed, init, path);
Ed25519PrivateKey pk2 = new Ed25519PrivateKey(key);
assertEquals("88793a8eeec537c67ee8d459f1899a47a2f1b752d06a4c793c66fd751df8049838d300841c903867050c222b9f0b43893a5675f0a87756cfce4e3fd71c23334",
assertEquals("88793a8eeec537c67ee8d459f1899a47a2f1b752d06a4c793c66fd751df8049838d300841c903867050c222b9f0b43893a5675f0a87756cfce4e3fd71c23334a",
Hex.encode(pk1.getKey()));
assertEquals(Hex.encode(pk2.getKey()), Hex.encode(pk1.getKey()));
assertEquals("0c91f6106ff835c0195d5388565a2d69e25038a7e23d26198f85caf6594117ec",
Expand Down

0 comments on commit 6bd1098

Please sign in to comment.