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