You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
x : "3221685307190689865347586017200458153912689357176235248982582720407412477386",
y : "5146970447429328755369555831351493575582722874440366554208606834938898586669"
}
abstract
A zk-address is an identifier of 42 or 64 characters long that represents a possible destination for a zk-note asset payment.
derivation
zk Address(zk external account address) = "zk"+sha256(hex(pubkey.x) + hex(pubkey.y))[12:]
Note Address(Note Hash) = sha256( circuit-input-format + value + type + viewKey + salt)
+
means appending stringex) "1abd" + "bda" = "1abdbda"
other format
public key cryptography algorithm (sk -> pk)
examples
"137215550892293264522532280805192033568"
"70f1d6ef6a6db055aa4aaad57f0a46e692c58935"
"2aGHYonwumtLAG7SNKjharksCP3r"
"zk2aGHYonwumtLAG7SNKjharksCP3r"
library
zkdex-utils : https://github.com/Onther-Tech/zkdex-utils
The text was updated successfully, but these errors were encountered: