Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 291 Bytes

libkeccak.swift

Swift package wrapper around unistash-io/keccak-tiny

Installation

.package(
    url: "https://github.com/unistash-io/libkeccak.swift.git",
    .upToNextMajor(from: "0.0.1")
)

Authors