Skip to content
Snippets Groups Projects
Commit 0a161c6d authored by Niels Möller's avatar Niels Möller
Browse files

Comment improvement.

Rev: src/nettle/pkcs1.c:1.3
parent 54768198
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment