Function signature_to_aligned_bytes

Source
pub fn signature_to_aligned_bytes(sig: &Signature) -> Vec<u8> 
Expand description

Turn any supported signature into bytes that are padded to be word aligned.

This is the same layout that the essential-constraint-vm expects.