// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cast/streaming/impl/frame_crypto.h" #include <array> #include <cstring> #include <vector> #include "gtest/gtest.h" #include "platform/base/span.h" #include "platform/test/byte_view_test_util.h" #include "util/crypto/random_bytes.h" namespace openscreen::cast { namespace { TEST(FrameCryptoTest, EncryptsAndDecryptsFrames) { … } } // namespace } // namespace openscreen::cast