Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
299c220c
Commit
299c220c
authored
4 years ago
by
Constantin Papizh
Browse files
Options
Downloads
Patches
Plain Diff
added seed stuff into Qt-based project
parent
c71f1590
No related branches found
No related tags found
1 merge request
!42
Qt-based project build fixed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dap-sdk/crypto/include/dap_enc_SEED.h
+1
-1
1 addition, 1 deletion
dap-sdk/crypto/include/dap_enc_SEED.h
dap-sdk/crypto/libdap-crypto.pri
+1
-0
1 addition, 0 deletions
dap-sdk/crypto/libdap-crypto.pri
dap-sdk/crypto/src/seed/seed.pri
+5
-0
5 additions, 0 deletions
dap-sdk/crypto/src/seed/seed.pri
with
7 additions
and
1 deletion
dap-sdk/crypto/include/dap_enc_SEED.h
+
1
−
1
View file @
299c220c
...
...
@@ -3,7 +3,7 @@
#include
<stddef.h>
#include
"dap_enc_key.h"
#include
"seed
/seed
.h"
#include
"seed.h"
#ifdef __cplusplus
extern
"C"
{
...
...
This diff is collapsed.
Click to expand it.
dap-sdk/crypto/libdap-crypto.pri
+
1
−
0
View file @
299c220c
...
...
@@ -12,6 +12,7 @@ include (src/sig_picnic/sig_picnic.pri)
include (src/sig_tesla/sig_tesla.pri)
include (src/sig_dilithium/sig_dilithium.pri)
include (src/ringct20/ringct20.pri)
include (src/seed/seed.pri)
DEFINES += KeccakP1600timesN_excluded
...
...
This diff is collapsed.
Click to expand it.
dap-sdk/crypto/src/seed/seed.pri
0 → 100644
+
5
−
0
View file @
299c220c
INCLUDEPATH += $$PWD
HEADERS += $$PWD/modes.h $$PWD/seed.h $$PWD/seed_local.h
SOURCES += $$PWD/seed.c $$PWD/ofb128.c $$PWD/seed_ofb.c
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment