https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4d2a9eb58986c98e1af19d23c56877088f1736bf authored by Daniel Fort on 13 February 2017, 03:27:26 UTC
Closed branch 700D_isr_stubs
Tip revision: 4d2a9eb
hash_password.h

#ifndef __HASH_PASSWORD_H
#define __HASH_PASSWORD_H

void hash_password(char *password, uint64_t *hash);

#endif
back to top