pub async fn poly1305_mac_async<R: AsyncRead + Unpin>( key: &[u8; 32], reader: R, ) -> Result<[u8; 16]>