HKDFKit

1.0.1

Simple HKDF utility with Objective-C interface
OperatorFoundation/HKDFKit

What's New

Public deriveKey

2018-10-02T20:53:52Z

Made deriveKey public

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: http://www.gnu.org/licenses/gpl-3.0.html

Description

  • Swift Tools 4.2.0
View More Packages from this Author

Dependencies

Last updated: Mon Apr 22 2024 07:20:01 GMT-0900 (Hawaii-Aleutian Daylight Time)