OSDN Git Service

Move crypto toolbox functions into separate file
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 19 Jun 2018 21:48:07 +0000 (14:48 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 21 Jun 2018 19:19:54 +0000 (19:19 +0000)
commit9bc641359aa5e585927eb09298e0f5dbdf560762
tree610f2839f31df3c2d11f6ee8cc874f16c9768e9c
parent4ccf14a29efc5e1de0c6c58731b2011386f2cca9
Move crypto toolbox functions into separate file

Test: already covered by CryptoToolboxTest
Change-Id: I9ba12616d51744fe46648a00a73065cf66f54297
stack/Android.bp
stack/smp/crypto_toolbox.cc [new file with mode: 0644]
stack/smp/crypto_toolbox.h [new file with mode: 0644]
stack/smp/smp_int.h
stack/smp/smp_keys.cc
stack/test/crypto_toolbox_test.cc