Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(225)

Unified Diff: lib/freebl/chacha20/chacha20.h

Issue 290130043: Windows build fixes for ChaCha20/Poly1305 (Closed)
Patch Set: Windows build fixes for ChaCha20/Poly1305 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/freebl/chacha20.c ('k') | lib/freebl/chacha20/chacha20.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/freebl/chacha20/chacha20.h
diff --git a/lib/freebl/chacha20/chacha20.h b/lib/freebl/chacha20/chacha20.h
deleted file mode 100644
index b396fd7eeb377cea490065bc4cda59f87ece6e86..0000000000000000000000000000000000000000
--- a/lib/freebl/chacha20/chacha20.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * chacha20.h - header file for ChaCha20 implementation.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#ifndef FREEBL_CHACHA20_H_
-#define FREEBL_CHACHA20_H_
-
-#include <stdint.h>
-
-/* ChaCha20XOR encrypts |inLen| bytes from |in| with the given key and
- * nonce and writes the result to |out|, which may be equal to |in|. The
- * initial block counter is specified by |counter|. */
-extern void ChaCha20XOR(unsigned char *out, const unsigned char *in,
- unsigned int inLen, const unsigned char key[32],
- const unsigned char nonce[12], uint32_t counter);
-
-#endif /* FREEBL_CHACHA20_H_ */
« no previous file with comments | « lib/freebl/chacha20.c ('k') | lib/freebl/chacha20/chacha20.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b