aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7ef8732a6e0ffc2c6407c808b6c08b6a82414461 (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. Do not use.