From 6b89e82bd928ac04a00ad1835882840b290d8425 Mon Sep 17 00:00:00 2001 From: ketmar Date: Sat, 14 Jun 2014 01:12:03 +0300 Subject: [PATCH] cosmetix --- tweetNaCl.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweetNaCl.d b/tweetNaCl.d index c944f21..0b0aad1 100644 --- a/tweetNaCl.d +++ b/tweetNaCl.d @@ -201,7 +201,7 @@ body { } -private void salsa_core(alias type) (ubyte[] output, const(ubyte)[] input, const(ubyte)[] key, const(ubyte)[] constant) @safe nothrow +private void salsa_core(string type) (ubyte[] output, const(ubyte)[] input, const(ubyte)[] key, const(ubyte)[] constant) @safe nothrow if (type == "salsa" || type == "hsalsa") // constraint in { // magic! -- 2.11.4.GIT