Advertisement
Xliff

Windows Crypt::Random -- test results

Apr 7th, 2016
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. D:\SVN\Github\crypt-random>perl6 -Ilib t\01-buf.t
  2. NativeCall: Consider adding the api version of the library you want to use, sub
  3. foo is native(Advapi32, v1)
  4. ok 1 - crypt_random_buf() outputs hold correct number of bytes
  5. ok 2 - crypt_random_buf() outputs hold different values
  6. 1..2
  7.  
  8. D:\SVN\Github\crypt-random>perl6 -Ilib t\02-value.t
  9. NativeCall: Consider adding the api version of the library you want to use, sub
  10. foo is native(Advapi32, v1)
  11. ok 1 - crypt_random() output changes
  12. 1..1
  13.  
  14. D:\SVN\Github\crypt-random>perl6 -Ilib t\03-uniform.t
  15. NativeCall: Consider adding the api version of the library you want to use, sub
  16. foo is native(Advapi32, v1)
  17. ok 1 - crypt_random_uniform() output changes
  18. ok 2 - crypt_random_uniform() outputs are within range
  19. 1..2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement