Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/stirlinglabs/xkcp.net
- Owner: StirlingLabs
- License: mit
- Created: 2021-07-02T01:15:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:10:53.000Z (3 months ago)
- Last Synced: 2024-11-13T06:31:02.319Z (7 days ago)
- Topics: keccak, sha3, xkcp
- Language: C#
- Homepage: https://github.com/StirlingLabs/XKCP
- Size: 11.6 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.