|
Message-ID: <20131026122848.GN1685@port70.net> Date: Sat, 26 Oct 2013 14:28:48 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: [Feature Request] SHA-1 HMAC * Daniel Cegie?ka <daniel.cegielka@...il.com> [2013-10-25 21:23:03 +0200]: > Adding HMAC to musl doesn't make sense. This is only one C file, so > why you just don't want to keep this in the sources of your software? including a source file is not optimal putting crypto primitives in a library makes perfect sense the place for this is not libc but a crypto library like libopenssl, libtomcrypt, libgcrypt, etc unfortunately most of these are not well-structured or well-maintained which is important for crypto code there are various high quality but half baked solutions (like nacl of djb or the kripto lib that came up on this list earlier, neither of them are widely used/deployed)
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.