]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - cscipher/cscipher.h
switching to BCAL based nessie testing
[avr-crypto-lib.git] / cscipher / cscipher.h
index 0990b51fb11c615c69b4be5b38046209d718e068..717fc0593c67a2f9a281e6775324ef503aa13f08 100644 (file)
@@ -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_ */