nicksnyder / vmac.go

This is a working, naive, offline implementation of VMAC

Home Page:http://fastcrypto.org/vmac/draft-krovetz-vmac-01.txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vmac.go

This is a working, naive, offline implementation of VMAC in Go.

About

I implemented this for no other reason than to learn Go and hopefully make something remotely useful.

Anyone seriously considering using this library should consider making the changes listed here.

About

This is a working, naive, offline implementation of VMAC

http://fastcrypto.org/vmac/draft-krovetz-vmac-01.txt


Languages

Language:Go 100.0%