pub fn chacha20_encrypt_last(st0: [u32; 16], ctr: u32, plain: &[u8]) -> Vec<u8>