Varun Bahl / Mbed 2 deprecated Decryptulator

Dependencies:   BahlDecrypModified CyaSSL mbed nRF51822

Fork of Decryptulator by Mobius IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sfh_mbed.h Source File

sfh_mbed.h

00001 #pragma once 
00002 
00003 #include <stdio.h>
00004 #include "mbed.h"
00005 #include "ble/BLE.h"
00006 #include "ble/BLEProtocol.h"
00007 #include <map>
00008 
00009 using namespace std; 
00010 
00011 
00012 
00013 uint32_t hash (const char *data, uint16_t len);
00014 
00015 
00016