List.fold_left
https://x.com/lambda0xE/status/2024724983394549882?s=20
the only correct and most honest solution is to delegate the generation of hfhe-proofs to the client
devnet supports private transactions, balance encryption, recipient hiding (at the network level) *
* recipient info is NEVER left by the client, and the payload does not contain the address
devnet supports private transactions, balance encryption, recipient hiding (at the network level) *
* recipient info is NEVER left by the client, and the payload does not contain the address
❤2👍2
List.fold_left
the only correct and most honest solution is to delegate the generation of hfhe-proofs to the client
the network doesn't know not know the content of the ciphertexts, but it can perform homomorphic operations on these ciphertexts
in order for the ciphertexts to be valid and consistent with the general state, the client proves each operation on its own
at the same time, a system of equations is created with the network that has a clear outcome - the ciphertext that leaves the client must correspond to the expectation down to the bit, that is, if the client forges the ciphertext (on its own side), the network will reject it because the expectation equation is a different solution to the system of equations
in order for the ciphertexts to be valid and consistent with the general state, the client proves each operation on its own
at the same time, a system of equations is created with the network that has a clear outcome - the ciphertext that leaves the client must correspond to the expectation down to the bit, that is, if the client forges the ciphertext (on its own side), the network will reject it because the expectation equation is a different solution to the system of equations
👍6❤2
List.fold_left
https://github.com/octra-labs/webcli
a new pre-alpha client with a web interface has been published, easy to use, works on Mac, Linux, and Windows, installs in a couple of clicks, much more convenient than the terminal client, imports the seed phrase or creates a new wallet, protected by a password
will be constantly developing it, right now it works with devnet, but in a week it will be fully supported by main net as well, the network settings change in a second
the python terminal client will no longer be supported
will be constantly developing it, right now it works with devnet, but in a week it will be fully supported by main net as well, the network settings change in a second
the python terminal client will no longer be supported
❤8
List.fold_left
https://github.com/octra-labs/webcli
regarding the compatibility of the mainnet and devnet, "as above, so below”
the mainnet will be updated in the coming days, and the web client is fully compatible
the mainnet will be updated in the coming days, and the web client is fully compatible
1🔥6❤3
TAPE Proofs in HFHE and LPN ZK Proofs can be post quantum primitives (and most likely will be)
https://eprint.iacr.org/2012/513.pdf
https://link.springer.com/chapter/10.1007/978-3-031-68400-5_10
https://eprint.iacr.org/2012/513.pdf
https://link.springer.com/chapter/10.1007/978-3-031-68400-5_10
SpringerLink
Non-interactive Zero-Knowledge from LPN and MQ
We give the first construction of non-interactive zero-knowledge (NIZK) arguments from post-quantum assumptions other than Learning with Errors. In particular, we achieve NIZK under the polynomial hardness of the Learning Parity with Noise (LPN) assumption…
❤5