aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2daa0a1a73aea4f3308ebf677a00f93874c38863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

   

keywrap

Introduction

This core implememts AES KEY WRAP as defined in RFC 3394 and the keywrap with padding according to RFC 5694

The user/host system writes data to be wrapped/unwrapped to the core as well as the wrapping key. The core then handles the wrapping/unwrapping operation independently. When operation has completed the result can be read back.

Status

Initial design has just been started. Does Not Work.