Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stirlinglabs/xkcp.net

Wraps our fork of XKCP (the eXtended Keccak Code Package)
https://github.com/stirlinglabs/xkcp.net

keccak sha3 xkcp

Last synced: about 12 hours ago
JSON representation

Wraps our fork of XKCP (the eXtended Keccak Code Package)

Awesome Lists containing this project

README

        

![coverage badge](https://raw.githubusercontent.com/StirlingLabs/XKCP.NET/coverage/coverage/badge_combined.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/stirlinglabs/xkcp.net/badge?s=8bddb54013ecc622805241b6565eae25fb07ef5c)](https://www.codefactor.io/repository/github/stirlinglabs/xkcp.net)

# What is XKCP?

The [eXtended Keccak Code Package](https://github.com/StirlingLabs/XKCP) gathers free and open-source implementations of the cryptographic schemes defined by the Keccak team.
This includes the [Keccak sponge function family](https://keccak.team/keccak.html) and related variants.

## What is XKCP.Net?

XKCP.Net is a C# wrapper around our fork of XKCP, for easy use in .Net projects.