OSDN Git Service

Thanos did someting
[bytom/vapor.git] / crypto / scrypt / smix.go
diff --git a/crypto/scrypt/smix.go b/crypto/scrypt/smix.go
deleted file mode 100644 (file)
index 5376d89..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package scrypt
-
-// Smix create tensority cache
-// Some value is fixed: r = 1, N = 1024.
-func Smix(b []byte, v []uint32) {
-       xy := make([]uint32, 64)
-       smix(b, 1, 1024, v, xy)
-}