1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 20:42:18 +01:00
redox-ssh/ring/test/sidebar-items.js

1 line
No EOL
744 B
JavaScript

initSidebarItems({"fn":[["from_file","Reads test cases out of the file with the path given by `test_data_relative_file_path`, calling `f` on each vector until `f` fails or until all the test vectors have been read. `f` can indicate failure either by returning `Err()` or by panicking."],["from_hex","Decode an string of hex digits into a sequence of bytes. The input must have an even number of digits."],["ring_src_path","Returns the path for ring source code root."]],"mod":[["rand","Deterministic implementations of `ring::rand::SecureRandom`."]],"struct":[["TestCase","A test case. A test case consists of a set of named attributes. Every attribute in the test case must be consumed exactly once; this helps catch typos and omissions."]]});