Documentation ¶
Overview ¶
check_filenames.go checks that filenames are unique. Some of our consumers do not support multiple files with the same name in the same build target, even if they are in different directories.
check_imported_libraries.go checks that each of its arguments only imports a whitelist of allowed libraries. This is used to avoid accidental dependencies on libstdc++.so.
convert_wycheproof.go converts Wycheproof test vectors into a format more easily consumed by BoringSSL.
embed_test_data generates a C++ source file which exports a function, GetTestData, which looks up the specified data files.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.