Skip to content

Swift package wrapper around wollut/keccak-tiny

License

Notifications You must be signed in to change notification settings

lumoscompany/libkeccak.swift

Repository files navigation

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