BSV
$64.11
Vol 104.99m
-1.22%
BTC
$87783
Vol 99370.67m
-2.21%
BCH
$415.42
Vol 686.97m
-4.41%
LTC
$80.01
Vol 2005.66m
7.46%
DOGE
$0.36
Vol 18283.47m
-6.22%

sCrypt

Registrations now own open for BSV Zero-Knowledge Hackathon
-
4 October, 2022

Registrations now own open for BSV Zero-Knowledge Hackathon

Round 1 of the hackathon will run from October 26 to November 25, and is aimed at encouraging developers to...
Efficient zk-SNARKs on Bitcoin: Technical explainer
-
4 October, 2022

Efficient zk-SNARKs on Bitcoin: Technical explainer

After all the optimizations, sCrypt was able to cut the Script size of pairing by 100X to 5MB, and they...
Introducing zkBattleship: The world’s first interactive Zero-Knowledge Proof tutorial
-
22 September, 2022

Introducing zkBattleship: The world’s first interactive Zero-Knowledge Proof tutorial

sCrypt is excited to introduce zkBattleship, the world’s first and only interactive ZKP tutorial, aimed at developers who want to...
Running deep neural networks on Bitcoin
-
13 September, 2022

Running deep neural networks on Bitcoin

sCrypt implemented a deep neural network for the classification of handwritten digits trained offline using the MNIST dataset of handwritten...
nChain solves the ‘Back to Genesis’ problem for token verification on any blockchain
-
29 August, 2022

nChain solves the ‘Back to Genesis’ problem for token verification on any blockchain

All token protocols have suffered from the "traceback problem" or "Back to Genesis"—how do you prove a token is valid...
Scalable peer to peer tokens on Bitcoin: Solve the back-to-Genesis problem using recursive SNARKs
-
21 August, 2022

Scalable peer to peer tokens on Bitcoin: Solve the back-to-Genesis problem using recursive SNARKs

sCrypt presents a simple NFT example using recursive SNARKs, which can be extended to a directed acyclic graph (DAG), rather...
Recursive Zero-Knowledge Proofs: Proof of a proof of a proof…
-
8 August, 2022

Recursive Zero-Knowledge Proofs: Proof of a proof of a proof…

In this article, sCrypt presented the recursive Zero-Knowledge Proofs (ZKPs), where a proof attests to the validity of another proof.
Create your first zero-knowledge proof program on Bitcoin: A practical step-by-step guide
-
8 August, 2022

Create your first zero-knowledge proof program on Bitcoin: A practical step-by-step guide

Zokrates is a toolbox for zkSNARKs, hiding significant complexity inherent to ZKP, and provides a python-like higher-level language for developers...
Incomplete information games on Bitcoin: Solving blockchain privacy dilemma using zero knowledge
-
5 August, 2022

Incomplete information games on Bitcoin: Solving blockchain privacy dilemma using zero knowledge

Games with incomplete information can be developed on Bitcoin today since sCrypt has implemented zk-SNARKs.
Programmable zero knowledge proofs using zk-SNARKs: part 3
-
3 August, 2022

Programmable zero knowledge proofs using zk-SNARKs: part 3

sCrypt reimplement ZKKSP by leveraging the programmability of zkSNARKs. They simply combine elliptic curve point multiplication used in Part 2...
CoinGeek Backstage with Xiaohui Liu: Bitcoin is a well-oiled machine, no other network can measure up
-
2 August, 2022

CoinGeek Backstage with Xiaohui Liu: Bitcoin is a well-oiled machine, no other network can measure up

sCrypt founder and CEO Xiaohui Liu marveled at how Bitcoin is open-source and lets rival networks take from it what...
Programmable zero knowledge proofs using zk-SNARKs: Part 2
-
20 July, 2022

Programmable zero knowledge proofs using zk-SNARKs: Part 2

sCrypt shows how to implement another sophisticated cryptographic primitive by simply “programming” it in zero knowledge language Circom: ring signatures.