11 lines
452 B
C
11 lines
452 B
C
/**********************************************************************
|
|
* Copyright (c) 2021-2024 Jesse Posner *
|
|
* Distributed under the MIT software license, see the accompanying *
|
|
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
|
**********************************************************************/
|
|
|
|
#ifndef SECP256K1_MODULE_FROST_SESSION_H
|
|
#define SECP256K1_MODULE_FROST_SESSION_H
|
|
|
|
#endif
|