Skip to content

nevo/dhkxobjc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is an implementation of components in Objective C for Diffie Hellman Key Exchange algorithm DH. The APIs are pretty much self-explained in code. The classes are inspired from Go version of DHKX

Installation

No installation is required. Open Xcode project and select targets based on your platform (iOS, Mac OSX). The product is a static library. Unit test is included (the implementation is validated using NIST FCC DH static key validation scheme).

How To Use

Well, again, it's pretty simple and all APIs are self-explained in code. You can also look at Unit Test for how to use.

Notes

This library is built on top of openssl, solely because its BN (bignumber) API is easy to use and itself is pretty portable. That means if you want to use other math/crypto API with support of big number math, it will be straight forward to replace all BN calls. Here are a couple of options if you're interested.

About

Diffie Hellman Key Exchange in Objective C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages