|
Message-ID: <CAPLrYESiow2vYRAe1DoGhCJRtrV5bWVnerk+KSOFx40-XFKqoQ@mail.gmail.com>
Date: Wed, 14 Jan 2015 09:51:37 +0100
From: Daniel Cegiełka <daniel.cegielka@...il.com>
To: musl@...ts.openwall.com
Subject: crypto visibility
Hi,
Can we make these functions visible? They are very useful.
src/crypt/crypt_md5.c:
void md5_init()
void md5_sum()
void md5_update()
src/crypt/crypt_sha256.c:
void sha256_init()
void sha256_sum()
void sha256_update()
src/crypt/crypt_sha512.c:
void sha512_init()
void sha512_sum()
void sha512_update()
Daniel
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.