Function nash_protocol::utils::der_encode_sig[][src]

pub fn der_encode_sig(r: &BigInt, s: &BigInt) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Produce DER encoding in bytes for secp256k1 signature