feat: Initial task runner functionality
This commit is contained in:
parent
713994d848
commit
43bea77392
6 changed files with 244 additions and 35 deletions
|
|
@ -4,4 +4,5 @@ use serde_json::Value;
|
|||
|
||||
pub fn poly2block(coefficients: Vec<u8>) -> String {
|
||||
BASE64_STANDARD.encode(poly::coefficient_to_binary(coefficients).to_ne_bytes())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue