• Home
  • History
  • Annotate
  • only in /external/libconstrainedcrypto/
NameDateSize

..11-Jun-201812 KiB

Android.bp11-Jun-2018415

dsa_sig.c11-Jun-20184 KiB

include/11-Jun-20184 KiB

MODULE_LICENSE_BSD11-Jun-20180

NOTICE11-Jun-20181.4 KiB

p256.c11-Jun-201811 KiB

p256_ec.c11-Jun-201846.6 KiB

p256_ecdsa.c11-Jun-20182.4 KiB

README11-Jun-2018873

README.version11-Jun-2018114

rsa.c11-Jun-201810.8 KiB

sha.c11-Jun-20184.2 KiB

sha256.c11-Jun-20185.6 KiB

test/11-Jun-20184 KiB

README

1libconstrainedcrypto provides a random set of basic crypto algorithms
2originating from Google-internal code.
3
4This is *NOT* a general purpose crypto library. Our goal is to standardize on
5only one native crypto library for the Android platform, and that library is
6BoringSSL. Wherever possible, you should prefer BoringSSL's libcrypto over
7libconstrainedcrypto. In particular, all code running in Android user space
8should use BoringSSL.
9
10There a few rare exceptions where BoringSSL is can't be used yet (such as
11bare-bones bootloaders etc.). There is a plan to reduce BoringSSL' libcrypto's
12dependency footprint to make libcrypto usable in these environments as well
13though.
14
15A number of projects still rely on libconstrainedcrypto (formerly known as
16libmincrypt) due to historic reasons, the goal is to clean these up and switch
17them over to BoringSSL wherever possible.
18

README.version

1URL: https://cs.corp.google.com/piper///depot/google3/security/util/lite/
2Version: 114088214
3BugComponent: 155996
4