mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-26 18:26:31 +08:00
Update serpent.c
This commit is contained in:
@@ -76,7 +76,7 @@ POSSIBILITY OF SUCH DAMAGE. */
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/serpent.h>
|
#include <openssl/serpent.h>
|
||||||
|
#include "serpent_locl.h"
|
||||||
|
|
||||||
static void serpent_whiten(serpent_blk *dst, serpent_key_t *src, int idx) {
|
static void serpent_whiten(serpent_blk *dst, serpent_key_t *src, int idx) {
|
||||||
uint8_t i;
|
uint8_t i;
|
||||||
|
|||||||
Reference in New Issue
Block a user