Skip to content
/ HKDFKit Public
forked from signalapp/HKDFKit

Simple HKDF utility with Objective-C interface

License

Notifications You must be signed in to change notification settings

jariz/HKDFKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HKDFKit

Simple HKDF utility with Objective-C interface

Usage

RFC5869-compliant key derivation function.

NSData *derivedData = [HKDFKit deriveKey:aSeed info:anInfo salt:aSalt outputSize:anOutputSize];

TextSecure v2 protocol uses different bounds for the HKDF function.

NSData *derivedData = [TextSecureV2deriveKey:aSeed info:anInfo salt:aSalt outputSize:anOutputSize];

Documentation

API reference is available on CocoaDocs.

Installation

Add this line to your Podfile

pod 'HKDFKit', '~> version number'

License

Licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html

About

Simple HKDF utility with Objective-C interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 86.5%
  • Ruby 9.9%
  • Swift 3.6%