n0b0dy
n0b0dy
Hi, I arrange my folder as following: ``` ├── docker-compose.yml ├── html │ ├── akamai-logo.png │ ├── geo.html │ ├── gzip.html │ ├── index.html │ ├── sample.html │ ├── style.css...
According to the paper, the multiplication of a public number and a BShared value should first sample a random number `r`, but I cannot find this step in the implication....
`toml` crate fail to work with `typetag` with vector of trait object during serializing, but serde_json works: ```rust use serde::{Serialize, Deserialize}; #[typetag::serde(tag = "type")] trait WebEvent { fn inspect(&self); }...
在某些标签如粗体、行内代码中打不出模板执行的语句如: ``` {{1+1}} ``` 建议修复。