zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 954bfe31208f69c72243bd8c96b5d889fb6911db
parent 832c7838f1380955bc7828ff332d581c15c6d575
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:16:19 +0300

test/help/factory: rm dilithium

Diffstat:
Mtest/help/factory.ex | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/help/factory.ex b/test/help/factory.ex @@ -233,7 +233,6 @@ def build(:person) do # Normally, these are encoded by zenroom (with whatever # encodings it chooses to use), but for testing, this'll # work alright. - dilithium_public_key: Base.encode64("some dilithium_public_key"), ecdh_public_key: Base.encode64("some ecdh_public_key"), eddsa_public_key: Base.encode64("some eddsa_public_key"), ethereum_address: Base.encode64("some ethereum_address"),