Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Brian Smith
nettle
Commits
0a161c6d
Commit
0a161c6d
authored
18 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Comment improvement.
Rev: src/nettle/pkcs1.c:1.3
parent
54768198
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkcs1.c
+6
-0
6 additions, 0 deletions
pkcs1.c
with
6 additions
and
0 deletions
pkcs1.c
+
6
−
0
View file @
0a161c6d
...
...
@@ -34,6 +34,12 @@
#include
"pkcs1.h"
/* Formats the PKCS#1 padding, of the form
*
* 0x01 0xff ... 0xff 0x00 id
*
* where the 0xff ... 0xff part consists of at least 8 octets.
*/
void
pkcs1_signature_prefix
(
unsigned
length
,
uint8_t
*
buffer
,
...
...
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