From dfc7c5eea0bed2f4dc7a8cabfb33ad49370cd3a1 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 31 Oct 2024 13:11:01 +0000 Subject: initial zano commit --- impls/monero.dart/lib/src/checksum_zano.dart | 4 ++++ impls/monero.ts/checksum_zano.ts | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 impls/monero.dart/lib/src/checksum_zano.dart create mode 100644 impls/monero.ts/checksum_zano.ts (limited to 'impls') diff --git a/impls/monero.dart/lib/src/checksum_zano.dart b/impls/monero.dart/lib/src/checksum_zano.dart new file mode 100644 index 0000000..6afb0e2 --- /dev/null +++ b/impls/monero.dart/lib/src/checksum_zano.dart @@ -0,0 +1,4 @@ +// ignore_for_file: constant_identifier_names +const String wallet2_api_c_h_sha256 = "e37ae91020ddb248bcc206678ef9a8e2754f71d498ee0b09a00e5ad070a4d8a7"; +const String wallet2_api_c_cpp_sha256 = "bbcd07c986d29b482a2b3fcbab78f12ecfdce096b8178945fdec0d5b600b315a-"; +const String wallet2_api_c_exp_sha256 = "c8913ac41068f67b57c9b0a3c7dd8973e3c1273b66c2ff0aadb0003931da748c"; diff --git a/impls/monero.ts/checksum_zano.ts b/impls/monero.ts/checksum_zano.ts new file mode 100644 index 0000000..5542b02 --- /dev/null +++ b/impls/monero.ts/checksum_zano.ts @@ -0,0 +1,5 @@ +export const zanoChecksum = { + wallet2_api_c_h_sha256: "e37ae91020ddb248bcc206678ef9a8e2754f71d498ee0b09a00e5ad070a4d8a7", + wallet2_api_c_cpp_sha256: "bbcd07c986d29b482a2b3fcbab78f12ecfdce096b8178945fdec0d5b600b315a-", + wallet2_api_c_exp_sha256: "c8913ac41068f67b57c9b0a3c7dd8973e3c1273b66c2ff0aadb0003931da748c", +} -- cgit v1.2.3