Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dchest/siv

[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297
https://github.com/dchest/siv

Last synced: about 1 month ago
JSON representation

[WORK-IN-PROGRESS] Go package siv implements Synthetic Initialization Vector (SIV) authenticated encryption using AES (AES-SIV) as specified in RFC 5297

Awesome Lists containing this project

README

        

siv
===

[![Build Status](https://travis-ci.org/dchest/siv.svg)](https://travis-ci.org/dchest/siv)

Package siv implements Synthetic Initialization Vector (SIV) authenticated
encryption using AES (AES-SIV) as specified in RFC 5297.

It provides both the proper SIV interface with the ability to pass multiple
associated data items, and the standard nonce-based, single authentication
data cipher.AEAD.

**!!! DO NOT USE, NOT TESTED PROPERLY YET !!!**