aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md b/vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md
deleted file mode 100644
index 40083050..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/cryptiles/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-cryptiles
-=========
-
-General purpose crypto utilities
-
-[![Build Status](https://secure.travis-ci.org/hapijs/cryptiles.png)](http://travis-ci.org/hapijs/cryptiles)
-
-Lead Maintainer - [C J Silverio](https://github.com/ceejbot)
-
-## Methods
-
-### `randomString(<Number> size)`
-Returns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string.
-
-### `fixedTimeComparison(<String> a, <String> b)`
-Compare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match). Returns `true` if the strings match, `false` if they differ.