]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/crypto/chacha.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / include / crypto / chacha.h
diff --git a/include/crypto/chacha.h b/include/crypto/chacha.h
deleted file mode 100644 (file)
index f004cfb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Common values for the ChaCha20 algorithm
- */
-
-#ifndef _CRYPTO_CHACHA20_H
-#define _CRYPTO_CHACHA20_H
-
-#include <linux/types.h>
-#include <linux/crypto.h>
-
-#define CHACHA_IV_SIZE 16
-#define CHACHA_KEY_SIZE        32
-#define CHACHA_BLOCK_SIZE      64
-
-#endif