solidity/solstdlib/solstdlib.h.in
2023-02-02 11:17:15 +01:00

16 lines
254 B
C

#pragma once
#include <map>
#include <string>
#include "solstdlib/cryptography.h"
namespace solidity::solstdlib
{
static std::map<std::string, std::string> sources = {
{ "std/cryptography.sol", cryptography },
};
} // namespace solidity::solstdlib