WIP feat: initial gfmul algo. Not working yet.
This commit is contained in:
parent
c416547067
commit
bbae7d6f8b
5 changed files with 79 additions and 7 deletions
|
|
@ -33,6 +33,7 @@ pub fn task_deploy(testcase: &Testcase) -> Result<Value> {
|
|||
}
|
||||
"block2poly" => {
|
||||
let result: Vec<u8> = block2poly(args)?;
|
||||
//TODO: Sort Coefficients
|
||||
let json = json!({"coefficients" : result});
|
||||
Ok(json)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue