Skip to content

Instantly share code, notes, and snippets.

@Kadasiddha
Kadasiddha / KKBCrypt.h
Created December 11, 2015 05:06
Bcrypt objective-c implementation with a bridging header in swift. This is tested on iOS 9.2.
//
// KKBCrypt.h
//
// Created by Kadasiddha Kullolli on 11/12/2015.
// Copyright 2015 Kadasiddha Kullolli
#import <Foundation/Foundation.h>
#import "KKGC.h" // For GC related macros