Function box_stream::crypto::final_header [] [src]

pub unsafe fn final_header(
    out: &mut [u8; 34],
    encryption_key: &[u8; 32],
    nonce: &[u8; 24]
)

Writes the final header that signals the end of the box stream into out.