Remove hashlib dependency and switch to mocha for testing
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
var RandomKeyGenerator = function(options) {
|
||||
if (!options) {
|
||||
options = {};
|
||||
}
|
||||
this.keyspace = options.keyspace || 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user