mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 19:50:01 +02:00
Split include/libeosio/types.hpp into ec.hpp and hash.hpp
This commit is contained in:
parent
6a721c4634
commit
2a2360bd7d
5 changed files with 46 additions and 5 deletions
|
|
@ -21,7 +21,7 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#include <libeosio/types.hpp>
|
||||
#include <libeosio/ec.hpp>
|
||||
|
||||
std::ostream& _hex(std::ostream& os, const unsigned char *b, std::size_t sz) {
|
||||
os << "[ " << std::hex;
|
||||
Loading…
Add table
Add a link
Reference in a new issue