Skip to main content

load_vectors

Function load_vectors 

Source
pub fn load_vectors(data: &[u8]) -> Result<Vec<Vector>, String>
Expand description

Load vectors from raw JSON bytes (e.g., include_bytes!).

Accepts the standard vectors.json format.