ark-tom256 0.1.4

The Tom-256 curve
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.0/.schema/devbox.schema.json",
  "packages": ["cargo@latest", "rustfmt@latest"],
  "shell": {
    "init_hook": ["git config core.hooksPath .githooks"],
    "scripts": {
      "test": "cargo test --features r1cs,zero-flag"
    }
  }
}