Sign shreds on the GPU (#6595)
* sign gpu shreds * wip * checks * tests build * test * tests * test * nits * sign cpu test * write out the sigs in parallel * clippy * cpu test * prepare secret for gpu * woot! * update * bump perf libs
This commit is contained in:
committed by
GitHub
parent
50a17fc00b
commit
9ea398416e
@@ -62,12 +62,6 @@ impl Reset for Packets {
|
||||
}
|
||||
}
|
||||
|
||||
impl Reset for PinnedVec<Packet> {
|
||||
fn reset(&mut self) {
|
||||
self.resize(0, Packet::default());
|
||||
}
|
||||
}
|
||||
|
||||
//auto derive doesn't support large arrays
|
||||
impl Default for Packets {
|
||||
fn default() -> Packets {
|
||||
|
Reference in New Issue
Block a user