Explorar el Código

[doc/spec] add nullifier

ertosns hace 2 años
padre
commit
fe7418a1df
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      doc/src/spec/crypto/nullifier.md

+ 4 - 0
doc/src/spec/crypto/nullifier.md

@@ -0,0 +1,4 @@
+# Nullifier
+
+It's [commitment](commitment.md) to [coin](../payment/coin.md), or [bulla](../dao/bulla.md)'s [secret key](keypair.md), and serial number: [commit](commitment.md)(sk||sn)
+each [coin](../payment/coin.md), [bulla](../dao/bulla.md) has unique private secret key, and unique serial, preventing double spending can be implemented through validation that nullifier have never been seen, proof that nullifer isn't included under current nullifiers [sparse merkle tree](merkletree.md) root.