LeviLamina
Loading...
Searching...
No Matches
Util.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Crypto::Util {
6// functions
7// NOLINTBEGIN
8MCNAPI ::std::string asn1StringToStd(::asn1_string_st* asn1);
9
10MCNAPI ::std::string bioToString(::std::unique_ptr<::bio_st> bio);
11// NOLINTEND
12
13} // namespace Crypto::Util