zf

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

commit da566e622c1a46b64a3f2fe074ba214527aba965
parent 2bb1eecc321fecb465fa97b1876ed59586d2ea6b
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:15:02 +0300

vf/person/type: rm dilithium

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

diff --git a/src/zenflows/vf/person/type.ex b/src/zenflows/vf/person/type.ex @@ -36,7 +36,6 @@ who have no physical location. """ @user "Username of the agent. Implies uniqueness." @email "Email address of the agent. Implies uniqueness." -@dilithium_public_key "dilithium public key, encoded by zenroom" @ecdh_public_key "ecdh public key, encoded by zenroom" @eddsa_public_key "eddsa public key, encoded by zenroom" @ethereum_address "ethereum address, encoded by zenroom" @@ -68,9 +67,6 @@ object :person do @desc @email field :email, non_null(:string) - @desc @dilithium_public_key - field :dilithium_public_key, :string - @desc @ecdh_public_key field :ecdh_public_key, :string @@ -113,9 +109,6 @@ input_object :person_create_params do @desc @email field :email, non_null(:string) - @desc @dilithium_public_key - field :dilithium_public_key, :string - @desc @ecdh_public_key field :ecdh_public_key, :string