pub fn create_signature(algorithm: &str) -> Result<Box<dyn Signature>, Error>Expand description
Legacy boxed Signature factory (std only; matches lib-q-sig / Box<dyn Signature>).
Create a signature instance by algorithm name (legacy compatibility)