1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-29 00:22:19 +01:00
redox-ssh/ring/test/rand/sidebar-items.js

1 line
No EOL
482 B
JavaScript

initSidebarItems({"struct":[["FixedByteRandom","An implementation of `SecureRandom` that always fills the output slice with the given byte."],["FixedSliceRandom","An implementation of `SecureRandom` that always fills the output slice with the slice in `bytes`. The length of the slice given to `slice` must match exactly."],["FixedSliceSequenceRandom","An implementation of `SecureRandom` where each slice in `bytes` is a test vector for one call to `fill()`. Not thread-safe."]]});