func BenchmarkDecryptByChaCha(b *testing.B) {
    cipherText445, err := chacha20poly1305.Encrypt(bechmarkText445, key)
    if err != nil {
        panic(err)
    }