// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! Module minimizing the size of public keys. See also [min_sig].
use *;
use min_pk as blst;
/// Hash-to-curve domain separation tag.
pub const DST_G2: & = b"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_";
define_bls12381!;