summaryrefslogtreecommitdiff
path: root/firmware/lib/cryptolib/include/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/cryptolib/include/rsa.h')
-rw-r--r--firmware/lib/cryptolib/include/rsa.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/firmware/lib/cryptolib/include/rsa.h b/firmware/lib/cryptolib/include/rsa.h
deleted file mode 100644
index 8ea7f889..00000000
--- a/firmware/lib/cryptolib/include/rsa.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef VBOOT_REFERENCE_RSA_H_
-#define VBOOT_REFERENCE_RSA_H_
-
-#ifndef VBOOT_REFERENCE_CRYPTOLIB_H_
-#error "Do not include this file directly. Use cryptolib.h instead."
-#endif
-
-#include "sysincludes.h"
-
-#define RSA1024NUMBYTES 128 /* 1024 bit key length */
-#define RSA2048NUMBYTES 256 /* 2048 bit key length */
-#define RSA4096NUMBYTES 512 /* 4096 bit key length */
-#define RSA8192NUMBYTES 1024 /* 8192 bit key length */
-
-#endif /* VBOOT_REFERENCE_RSA_H_ */