Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuel-lucas6/ponteil-dotnet
A .NET implementation of Ponteil, a very fast, compact XOF/hash function/PRF based on AEGIS.
https://github.com/samuel-lucas6/ponteil-dotnet
aegis aegis128l aegis256 aes hash-function message-authentication-code ponteil prf xof
Last synced: 27 days ago
JSON representation
A .NET implementation of Ponteil, a very fast, compact XOF/hash function/PRF based on AEGIS.
- Host: GitHub
- URL: https://github.com/samuel-lucas6/ponteil-dotnet
- Owner: samuel-lucas6
- License: mit
- Created: 2024-07-21T15:48:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:39:20.000Z (5 months ago)
- Last Synced: 2024-12-06T12:16:02.189Z (28 days ago)
- Topics: aegis, aegis128l, aegis256, aes, hash-function, message-authentication-code, ponteil, prf, xof
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ponteil.NET
A .NET implementation of [Ponteil](https://github.com/jedisct1/ponteil), a very fast, compact XOF/hash function/PRF based on [AEGIS](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-aegis-aead).> [!CAUTION]
> This is an experimental construction. It **MUST NOT** be used in production.