From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6830 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Daniel_Cegie=C5=82ka?= Newsgroups: gmane.linux.lib.musl.general Subject: crypto visibility Date: Wed, 14 Jan 2015 09:51:37 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ed47c248ae2050c98da57 X-Trace: ger.gmane.org 1421225540 29371 80.91.229.3 (14 Jan 2015 08:52:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2015 08:52:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6843-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 14 09:52:15 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YBJgS-0001G0-30 for gllmg-musl@m.gmane.org; Wed, 14 Jan 2015 09:52:12 +0100 Original-Received: (qmail 19737 invoked by uid 550); 14 Jan 2015 08:52:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19728 invoked from network); 14 Jan 2015 08:52:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=mnFCBRQsc5/WVpUfSRB5blBSVrH5U6IOp+w/KI/+K3o=; b=tUXYJD4SQu7dHeaB55v/wpLeTWoKze8IumQdMOaoKxNEHpv3azlzAlqmG+ltCI7nyk vtSpL7I0ahNsaKN3LL5AC7mtfOQqA8BEHbucxwN8lm2vp+seNE8BNOmTZuwoTAVJ32FY tUAkFt8ixhNyQ7uMubrQEMxryqIxEN5+717G2DmzWRhILA4YH/IEjM5CFkaw2Z1r3tgv Va0+qjKRfFoBKZ3piKzCXVwBXwzhq5r0qMTPDom2DA3gWG5noGaVcQNuPvjFbABfw37V EwE5It4SVG0mIg3I2ipXe0jSh/BffBDnxb7WQFkjBQs6c0W5NtzxEOHNic7OA8EToKQt E4Nw== X-Received: by 10.107.130.135 with SMTP id m7mr987780ioi.10.1421225517941; Wed, 14 Jan 2015 00:51:57 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:6830 Archived-At: --001a113ed47c248ae2050c98da57 Content-Type: text/plain; charset=UTF-8 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 --001a113ed47c248ae2050c98da57 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
Can we make these functions visible?=C2= =A0They 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()<= br>

src/crypt/crypt_sha512.c:
void s= ha512_init()
void sha512_sum()
void sha512_upda= te()

Daniel
--001a113ed47c248ae2050c98da57--