整理代码结构

整理代码结构

Co-Authored-By: Chris Kong <609027949@qq.com>
This commit is contained in:
2019-12-28 17:48:50 +08:00
parent d7a51fe42e
commit 729eecac2e
8 changed files with 301 additions and 404 deletions

View File

@@ -30,4 +30,4 @@ void freeBN(struct BN *bn) {
free(bn->pdata);
bn->pdata = NULL;
delete bn;
}
}