X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=cscipher%2Fcscipher.h;h=717fc0593c67a2f9a281e6775324ef503aa13f08;hb=cd50f65c371296cc88b46f45a609713f96644662;hp=0990b51fb11c615c69b4be5b38046209d718e068;hpb=0542221a3e793e4455e84b271b07aa0959d5dfb3;p=avr-crypto-lib.git diff --git a/cscipher/cscipher.h b/cscipher/cscipher.h index 0990b51..717fc05 100644 --- a/cscipher/cscipher.h +++ b/cscipher/cscipher.h @@ -26,7 +26,7 @@ typedef struct { void cscipher_enc(void* buffer, const cscipher_ctx_t* ctx); void cscipher_dec(void* buffer, const cscipher_ctx_t* ctx); -void cscipher_init(void* key, cscipher_ctx_t* ctx); +void cscipher_init(const void* key, cscipher_ctx_t* ctx); #endif /* CSCIPHER_H_ */