// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_FIDO_LARGE_BLOB_H_ #define DEVICE_FIDO_LARGE_BLOB_H_ #include <cstdint> #include <cstdlib> #include <optional> #include <vector> #include "base/component_export.h" #include "device/fido/fido_constants.h" #include "device/fido/pin.h" device // namespace device #endif // DEVICE_FIDO_LARGE_BLOB_H_