diff options
Diffstat (limited to 'source/tanya/crypto/package.d')
| -rw-r--r-- | source/tanya/crypto/package.d | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/tanya/crypto/package.d b/source/tanya/crypto/package.d deleted file mode 100644 index d5f067b..0000000 --- a/source/tanya/crypto/package.d +++ /dev/null @@ -1,15 +0,0 @@ -/* 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/. */ - -/** - * Cryptography. - * - * Copyright: Eugene Wissner 2017. - * License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/, - * Mozilla Public License, v. 2.0). - * Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner) - */ -module tanya.crypto; - -public import tanya.crypto.mac; |
