XYOracleNetwork/sdk-core-swift

View on GitHub
sdk-core-swift/hashing/XyoHasher.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  XyoHasher.swift
//  sdk-core-swift
//
//  Created by Carter Harrison on 1/22/19.
//  Copyright © 2019 XYO Network. All rights reserved.
//

import Foundation

public protocol XyoHasher {
    func hash(data : [UInt8]) -> XyoObjectStructure
}