CROSS-Go

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2025 License: CC0-1.0 Imports: 8 Imported by: 0

README

CROSS-Go

├── bench_profile.go
├── cpu.prof
├── debug_CROSS_submission
│   ├── Additional_Implementations
│   ├── KAT
│   ├── Optimized_Implementation
│   ├── README
│   ├── Reference_Implementation
│   └── Supporting_Documentation
├── docs
│   ├── literature
│   └── template
├── dudect
│   ├── dudect_funcs_different_key.go
│   ├── dudect_funcs.go
│   ├── dudect.go
│   ├── makefile
│   └── utils.go
├── go.mod
├── go.sum
├── graphs
│   ├── balanced_tree.png
│   ├── fast_tree.png
│   ├── fast_tree.py
│   ├── memory_graph_2.py
│   ├── memory_graph.py
│   ├── runtime_graph.py
│   └── tree_graphs.py
├── internal
│   ├── cross.go
│   ├── fp_arith.go
│   ├── merkle.go
│   ├── pack_unpack.go
│   ├── params.go
│   ├── restr_arith.go
│   ├── seed.go
│   ├── shake.go
│   ├── tree_aux.go
│   └── utils.go
├── KAT
│   ├── interpreter.go
│   ├── KAT_DATA
│   └── sha_KAT.sh
├── LICENSE
├── main.go
├── pkg
│   └── vanilla
├── README.md
└── test
    ├── bench_test.go
    ├── compatibility_test.go
    ├── data
    ├── keygen_test.go
    ├── merkle_test.go
    ├── negative_test.go
    ├── seed_test.go
    ├── shake_test.go
    ├── sign_rsdpg_test.go
    └── sign_rsdp_test.go

• Supporting_Documentation

A PDF document will be linked here, which contains the Master's thesis that supports this implementation

• LICENSE.txt

The file containing the public domain license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
All credit goes to Oscar Reparaz, Josep Balasch and Ingrid Verbauwhede for dudect's ideas and design
All credit goes to Oscar Reparaz, Josep Balasch and Ingrid Verbauwhede for dudect's ideas and design
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL