Skip to content

Commit

Permalink
Support SM2 two-party threshold signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dongbeiouba committed Jan 8, 2024
1 parent f1bde12 commit 5016483
Show file tree
Hide file tree
Showing 9 changed files with 1,574 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ IF[{- !$disabled{'smtc'} -}]
$OPENSSLSRC=$OPENSSLSRC mod.c
ENDIF

IF[{- !$disabled{'sm2_threshold'} -}]
$OPENSSLSRC=$OPENSSLSRC sm2_threshold.c
ENDIF

IF[{- !$disabled{apps} -}]
PROGRAMS=openssl
SOURCE[openssl]=$INITSRC $OPENSSLSRC
Expand Down
Loading

0 comments on commit 5016483

Please sign in to comment.