blob: 9a8f3e0c65475de51784c29d8f0473e43e8565ac [file] [log] [blame]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Generated from Web IDL definitions.
import 'dart:js_interop';
import 'webcryptoapi.dart';
import 'webidl.dart';
@JS()
@staticInterop
@anonymous
class Ed448Params implements Algorithm {
external factory Ed448Params({BufferSource context});
}
extension Ed448ParamsExtension on Ed448Params {
external set context(BufferSource value);
external BufferSource get context;
}