zf

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

commit 6feeb8c9438e9d95a480da1cfce36aec3a72074d
parent 4b9c1cee7babcec058fe445f9b6d673420733fdb
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 11:11:23 +0300

vf/person/type: improve description comments

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

diff --git a/src/zenflows/vf/person/type.ex b/src/zenflows/vf/person/type.ex @@ -36,12 +36,12 @@ 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 as base64url string" -@ecdh_public_key "ecdh public key encoded as base64url string" -@eddsa_public_key "eddsa public key encoded as base64url string" -@ethereum_address "ethereum address encoded as base64url string" -@reflow_public_key "reflow public key encoded as base64url string" -@schnorr_public_key "schnorr public key encoded as base64url string" +@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" +@reflow_public_key "reflow public key, encoded by zenroom" +@schnorr_public_key "schnorr public key, encoded by zenroom" @desc "A natural person." object :person do