diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-22 12:49:17 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-22 12:49:17 +0200 |
| commit | 7e49b4ad69e6e66696f5ce38ff4f1bc2ffe169cd (patch) | |
| tree | bcb77eb6ffc8f7b8cf9f3254a251704a9829ffa6 /patches/monero/0001-polyseed.patch | |
| parent | 90658235f6ff166e8252dbb17e798c73c9d77ac2 (diff) | |
add missing functionality from for cake's polyseed implementationv0.18.3.3-RC33
Diffstat (limited to 'patches/monero/0001-polyseed.patch')
| -rw-r--r-- | patches/monero/0001-polyseed.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/monero/0001-polyseed.patch b/patches/monero/0001-polyseed.patch index 2a28d03..2db45e5 100644 --- a/patches/monero/0001-polyseed.patch +++ b/patches/monero/0001-polyseed.patch @@ -1,7 +1,7 @@ -From bf347a3c80f0e0647176752867a54ae9ecedb580 Mon Sep 17 00:00:00 2001 +From b9fac308d903e9dd79b95d6db73c37807e1219b7 Mon Sep 17 00:00:00 2001 From: tobtoht <tob@featherwallet.org> Date: Tue, 12 Mar 2024 09:42:37 +0100 -Subject: [PATCH 1/8] polyseed +Subject: [PATCH 01/10] polyseed Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net> --- @@ -150,7 +150,7 @@ index 5b7f69a56..1b9761d70 100644 \ No newline at end of file diff --git a/external/polyseed b/external/polyseed new file mode 160000 -index 000000000..b7c35bb3c +index 000000000..9d4f1a032 --- /dev/null +++ b/external/polyseed @@ -0,0 +1 @@ @@ -468,7 +468,7 @@ index 000000000..f6253b9d7 \ No newline at end of file diff --git a/src/polyseed/polyseed.cpp b/src/polyseed/polyseed.cpp new file mode 100644 -index 000000000..b26f37574 +index 000000000..0a8852777 --- /dev/null +++ b/src/polyseed/polyseed.cpp @@ -0,0 +1,182 @@ |
