UI for Zipcoin Blue
Tennessee Gibbs 0304752480 added pages to master 6 lat temu
..
lib added pages to master 6 lat temu
test added pages to master 6 lat temu
.npmignore added pages to master 6 lat temu
.travis.yml added pages to master 6 lat temu
LICENSE added pages to master 6 lat temu
README.md added pages to master 6 lat temu
package.json added pages to master 6 lat temu

README.md

cryptiles

General purpose crypto utilities

Build Status

Lead Maintainer - C J Silverio

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.