hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/crypto/internal/poly1305.h
....@@ -18,7 +18,8 @@
1818 * only the ε-almost-∆-universal hash function (not the full MAC) is computed.
1919 */
2020
21
-void poly1305_core_setkey(struct poly1305_core_key *key, const u8 *raw_key);
21
+void poly1305_core_setkey(struct poly1305_core_key *key,
22
+ const u8 raw_key[POLY1305_BLOCK_SIZE]);
2223 static inline void poly1305_core_init(struct poly1305_state *state)
2324 {
2425 *state = (struct poly1305_state){};