File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,15 @@ var inputs = [
230
230
'OhW8rx9L9XSPXTrMAm+Yk1+Vhe0RSlOWg/ZP6RDCV2UAa8uxlpJdgtnas9ndc9f6cSXRhrLiaqI/tHd2' +
231
231
'KokyJqiJbRow0/Kd14J9CnjDJB3PrGKtDjcwwyhNNmu1cH8jgK12JKIjbIXXSylH0WgIMfr1xz9Otvku' +
232
232
'67WElrWTYkas4lOMKyJtLfJOOG7Tzqqbhw7GLQ4OgSGhu'
233
+ } ,
234
+ {
235
+ password : 'this is a very long string, which should be pre-hashed by PBKDF2 as it exceeds block size' ,
236
+ salt : 'some salt' ,
237
+ logN : 4 ,
238
+ r : 4 ,
239
+ dkLen : 16 ,
240
+ encoding : 'hex' ,
241
+ result : '518a355ac6468a4d98708adf03577df6'
233
242
}
234
243
]
235
244
@@ -274,5 +283,8 @@ describe('input/output test', function(){
274
283
it ( 'input 9' , function ( done ) {
275
284
input_output_test ( 9 , done ) ;
276
285
} ) ;
286
+ it ( 'input 10' , function ( done ) {
287
+ input_output_test ( 10 , done ) ;
288
+ } ) ;
277
289
278
290
} ) ;
You can’t perform that action at this time.
0 commit comments