summaryrefslogtreecommitdiff
path: root/satp/crypto-kd.go
Commit message (Expand)AuthorAgeFilesLines
* added text marshaler for roleChristian Pointner2017-10-141-5/+44
* role is now part of kdChristian Pointner2017-10-141-1/+1
* found a more global place :)Christian Pointner2017-09-201-8/+0
* refactored role and directionChristian Pointner2017-09-191-9/+22
* implemented AES-CTR key derivation (needs testing)Christian Pointner2017-09-171-1/+1
* changed KeyDerivation Interface to use provided memory rather then allocatiin...Christian Pointner2017-09-171-1/+1
* minor refactoringChristian Pointner2017-09-171-11/+32
* added some interfaces and a skeleton squence windowChristian Pointner2017-09-151-0/+55