commit 5a6be0c6adc0c984b1abb64f7b54809a39f8bc34 from: Alexander Arkhipov date: Mon May 01 18:19:37 2023 UTC update the readme for 0.4 commit - dad6117cabd4972e3b7bffc4f2cdee1f9e0a94e3 commit + 5a6be0c6adc0c984b1abb64f7b54809a39f8bc34 blob - 57886c53a5d3c08f0490ea274d3639a304dfd5fb blob + 3bbb4ba537c409a438631d25d52cb2c8ba528e9a --- README +++ README @@ -8,5 +8,6 @@ config.mk as necessary and run `make', followed by `ma DEPENDENCIES -gpass relies on libsodium to guarantee cryptographic randomness of the chosen -words. +Since arc4random(3) was added to glibc, gpass has no external +dependencies on most platforms. Most people, whose libcs don't have +arc4random(3) should be able to link gpass with libbsd instead.