// 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. // This file contains additional declarations for CTAP2 PIN support. Only // implementations of the PIN protocol should need to include this file. For all // other code, see |pin.h|. #ifndef DEVICE_FIDO_PIN_INTERNAL_H_ #define DEVICE_FIDO_PIN_INTERNAL_H_ #include <stdint.h> #include <array> #include <optional> #include <vector> #include "base/component_export.h" #include "base/containers/span.h" #include "components/cbor/values.h" #include "device/fido/fido_constants.h" #include "device/fido/pin.h" #include "third_party/boringssl/src/include/openssl/base.h" namespace device { pin // namespace pin } // namespace device #endif // DEVICE_FIDO_PIN_INTERNAL_H_