Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 294 Bytes

libkeccak.swift

Swift package wrapper around lumoscompany/keccak-tiny

Installation

.package(
    url: "https://github.com/lumoscompany/libkeccak.swift.git",
    .upToNextMajor(from: "0.1.0")
)

Authors