https://github.com/tmpfs/merlin-challenge
Macro to generate static slices for the labels of a merlin transcript protocol
https://github.com/tmpfs/merlin-challenge
Last synced: 4 months ago
JSON representation
Macro to generate static slices for the labels of a merlin transcript protocol
- Host: GitHub
- URL: https://github.com/tmpfs/merlin-challenge
- Owner: tmpfs
- Created: 2024-01-10T02:43:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T02:43:51.000Z (over 1 year ago)
- Last Synced: 2025-01-05T02:12:16.317Z (6 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merlin Challenge Labels
Macro to generate fixed `&'static [u8]` labels for a merlin transcript protocol upto `STAT_PARAM` at compile time.
```
cargo check
cargo run # pass the static slices at runtime
cargo expand --bin merlin-challenge # see macro expansion
```