shaneMangudi / bcrypt-nodejs

Native implementation of bcrypt for NodeJS
Other
574 stars 69 forks source link

optional rounds in getSalt #51

Open sachinB94 opened 9 years ago

sachinB94 commented 9 years ago

'rounds' param in genSalt() made optional. Defaults to 10 now.