Skip to content

Commit 52b4aff

Browse files
committed
update readme to remove the testling badge, change the wording re how much is done and add psudoRandomBytes
1 parent 75bd305 commit 52b4aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# crypto-browserify
22

3-
A (partial) port of node's `crypto` module to the browser.
3+
A port of node's `crypto` module to the browser.
44

55
[![travis](https://secure.travis-ci.org/dominictarr/crypto-browserify.png?branch=master)](https://travis-ci.org/dominictarr/crypto-browserify)
66

7-
[![browser support](http://ci.testling.com/dominictarr/crypto-browserify.png)](http://ci.testling.com/dominictarr/crypto-browserify)
8-
97
The goal of this module is to reimplement node's crypto module,
108
in pure javascript so that it can run in the browser.
119

@@ -16,6 +14,7 @@ Here is the subset that is currently implemented:
1614
* pbkdf2
1715
* pbkdf2Sync
1816
* randomBytes
17+
* pseudoRandomBytes
1918
* createCipher (aes)
2019
* createDecipher (aes)
2120
* createDiffieHellman

0 commit comments

Comments
 (0)