blob: 7f281fda17edce7b612fb94cc7ce9adda4063773 [file] [log] [blame]
// See file LICENSE for more information.
part of api;
/// The interface that asymmetric (public and private) keys conform to.
abstract class AsymmetricKey {}