no room for nul terminator

This commit is contained in:
Francois Perrad 2017-04-07 11:02:17 +02:00
parent 0be45a6341
commit b6c27c2f08

View File

@ -16,8 +16,8 @@
#ifdef LTC_CHACHA
static const char sigma[16] = "expand 32-byte k";
static const char tau[16] = "expand 16-byte k";
static const char * const sigma = "expand 32-byte k";
static const char * const tau = "expand 16-byte k";
/**
Initialize an ChaCha context (only the key)