1
2
3
4
5
6
7
8

//! An AMAC secret key is \(( (w, w', x_0, x_1, \vec{y_{n}}, W ) \in \mathbb{Z}_q \))
//! where \(( W := G_w * w \)). (The \(( G_w \)) is one of the orthogonal generators
//! from the [`SystemParameters`].)

fn thing() {
    println!("Hello, world!");
}