zf

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

commit 6d8820a221f50a442be9716955a2456b22bde56c
parent 277ae33c4b94ee56f500cb492aef9ba737e15289
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:15:18 +0300

vf/agent: rm dilithium

Diffstat:
Msrc/zenflows/vf/agent.ex | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/zenflows/vf/agent.ex b/src/zenflows/vf/agent.ex @@ -35,7 +35,6 @@ alias Zenflows.VF.SpatialThing # person user: String.t() | nil, email: String.t() | nil, - dilithium_public_key: String.t() | nil, ecdh_public_key: String.t() | nil, eddsa_public_key: String.t() | nil, ethereum_address: String.t() | nil, @@ -57,7 +56,6 @@ schema "vf_agent" do # person field :user, :string field :email, :string - field :dilithium_public_key, :string field :ecdh_public_key, :string field :eddsa_public_key, :string field :ethereum_address, :string