Skip to content

Commit

Permalink
Refactor cmd/sig
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Oct 27, 2022
1 parent cfd4cf3 commit 184ca21
Show file tree
Hide file tree
Showing 37 changed files with 3,358 additions and 4,968 deletions.
21 changes: 11 additions & 10 deletions cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@ if(MSVC)
endif()

add_executable(bee2cmd
core/cmd_arg.c
core/cmd_cvc.c
core/cmd_file.c
core/cmd_privkey.c
core/cmd_pwd.c
core/cmd_rng.c
core/cmd_sig.c
core/cmd_term.c
core/whereami.c
bsum/bsum.c
cvc/cvc.c
kg/kg.c
pwd/pwd.c
sig/sig.c
ver/ver.c
aead/aead.c
cmd_core.c
cmd_main.c
cmd_privkey.c
cmd_pwd.c
cmd_sig.c
cmd_aead.c
cmd_aead_pke.c
cmd_aead_pwd.c
)

if(WIN32)
add_executable(bee2cmp
stamp.c
add_executable(bee2cmd
stamp/stamp.c
)
endif()

Expand Down
Loading

0 comments on commit 184ca21

Please sign in to comment.