command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2025
License: CC0-1.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
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
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.