f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 0.1.5

Test for XSS on docs.rs.
Documentation

//! 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!");
}