mailing list of musl libc
 help / color / mirror / code / Atom feed
* crypto visibility
@ 2015-01-14  8:51 Daniel Cegiełka
  2015-01-14 17:58 ` Szabolcs Nagy
  2015-01-14 22:22 ` Rich Felker
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Cegiełka @ 2015-01-14  8:51 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 573 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-15 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14  8:51 crypto visibility Daniel Cegiełka
2015-01-14 17:58 ` Szabolcs Nagy
2015-01-14 22:22 ` Rich Felker
2015-01-15 21:17   ` Daniel Cegiełka

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).