index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypt
Age
Commit message (
Expand
)
Author
Lines
2020-10-18
update crypt_blowfish to support $2b$ prefix
Julien Ramseier
-15
/
+23
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2018-09-12
apply hidden visibility to various remaining internal interfaces
Rich Felker
-3
/
+3
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-10
/
+0
2018-09-12
add crypt_des header for declarations shared with encrypt function
Rich Felker
-12
/
+16
2016-02-16
in crypt-sha*, reject excessive rounds as error rather than clamping
Rich Felker
-2
/
+2
2014-02-05
add legacy functions setkey() and encrypt()
Timo Teräs
-6
/
+66
2013-04-20
comment potentially-confusing use of struct crypt_data type
Rich Felker
-1
/
+10
2013-02-02
make some arrays const
rofl0r
-3
/
+3
2013-01-13
in crypt_des change unnecessary union keybuf into unsigned char[]
Szabolcs Nagy
-11
/
+8
2013-01-13
crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
Szabolcs Nagy
-3
/
+3
2012-09-15
add crypt_md5 password hash
Rich Felker
-2
/
+285
2012-09-15
revert low rounds-count limits in crypt hashes
Rich Felker
-4
/
+4
2012-09-07
cleanup src/linux and src/misc trees, etc.
Rich Felker
-0
/
+2553