Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
e1f0897c
Commit
e1f0897c
authored
Sep 15, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FIXME comment on struct gosthash94_ctx reorg.
parent
5513e754
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gosthash94.h
gosthash94.h
+2
-0
No files found.
gosthash94.h
View file @
e1f0897c
...
@@ -83,6 +83,8 @@ extern "C" {
...
@@ -83,6 +83,8 @@ extern "C" {
#define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE
#define GOSTHASH94CP_BLOCK_SIZE GOSTHASH94_BLOCK_SIZE
#define GOSTHASH94CP_DIGEST_SIZE GOSTHASH94_DIGEST_SIZE
#define GOSTHASH94CP_DIGEST_SIZE GOSTHASH94_DIGEST_SIZE
/* FIXME: Rearrange context struct to enable use of the MD_UPDATE
macro. Has to wait for an ABI update. */
struct
gosthash94_ctx
struct
gosthash94_ctx
{
{
uint32_t
hash
[
8
];
/* algorithm 256-bit state */
uint32_t
hash
[
8
];
/* algorithm 256-bit state */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment