Home | History | Annotate | only in /external/libconstrainedcrypto
Up to higher level directory
NameDateSize
Android.mk05-Oct-2017718
dsa_sig.c05-Oct-20174K
include/05-Oct-2017
MODULE_LICENSE_BSD05-Oct-20170
NOTICE05-Oct-20171.4K
p256.c05-Oct-201711K
p256_ec.c05-Oct-201746.6K
p256_ecdsa.c05-Oct-20172.4K
README05-Oct-2017873
README.version05-Oct-2017114
rsa.c05-Oct-201710.8K
sha.c05-Oct-20174.2K
sha256.c05-Oct-20175.6K
test/05-Oct-2017

README

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

README.version

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