[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 080d9e: Initial commit of cryp
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 080d9e: Initial commit of crypto add-on |
Date: |
Tue, 12 Sep 2017 18:29:34 -0700 |
Branch: refs/heads/message_scheduling
Home: https://github.com/paparazzi/paparazzi
Commit: 080d9ea68aa1f189ca82e96524f8c6f6d905e810
https://github.com/paparazzi/paparazzi/commit/080d9ea68aa1f189ca82e96524f8c6f6d905e810
Author: Michal Podhradsky <address@hidden>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M conf/airframes/AGGIEAIR/aggieair_minion_rp3_lia.xml
A conf/modules/crypto.xml
A sw/airborne/modules/crypto/aes/aes.h
A sw/airborne/modules/crypto/aes/aes_modes.c
A sw/airborne/modules/crypto/aes/aescrypt.c
A sw/airborne/modules/crypto/aes/aeskey.c
A sw/airborne/modules/crypto/aes/aesopt.h
A sw/airborne/modules/crypto/aes/aestab.c
A sw/airborne/modules/crypto/aes/aestab.h
A sw/airborne/modules/crypto/aes/brg_endian.h
A sw/airborne/modules/crypto/aes/brg_types.h
A sw/airborne/modules/crypto/aes/gcm.c
A sw/airborne/modules/crypto/aes/gcm.h
A sw/airborne/modules/crypto/aes/gf128mul.c
A sw/airborne/modules/crypto/aes/gf128mul.h
A sw/airborne/modules/crypto/aes/gf_convert.c
A sw/airborne/modules/crypto/aes/gf_mul_lo.h
A sw/airborne/modules/crypto/aes/mode_hdr.h
A sw/airborne/modules/crypto/crypto.c
A sw/airborne/modules/crypto/crypto.h
A sw/airborne/modules/crypto/curve25519/LICENSE.md
A sw/airborne/modules/crypto/curve25519/Makefile
A sw/airborne/modules/crypto/curve25519/README
A sw/airborne/modules/crypto/curve25519/curve25519-donna.c
A sw/airborne/modules/crypto/curve25519/curve25519-donna.h
A sw/airborne/modules/crypto/curve25519/curve25519-donna.podspec
A sw/airborne/modules/crypto/curve25519/test-curve25519.c
A sw/airborne/modules/crypto/curve25519/test-noncanon.c
A sw/airborne/modules/crypto/curve25519/test-sc-curve25519.c
A sw/airborne/modules/crypto/ed25519/README.md
A sw/airborne/modules/crypto/ed25519/curve25519-donna-32bit.h
A sw/airborne/modules/crypto/ed25519/curve25519-donna-64bit.h
A sw/airborne/modules/crypto/ed25519/curve25519-donna-helpers.h
A sw/airborne/modules/crypto/ed25519/curve25519-donna-sse2.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-32bit-sse2.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-32bit-tables.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-64bit-sse2.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-64bit-tables.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-64bit-x86-32bit.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-64bit-x86.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-basepoint-table.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-impl-base.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-impl-sse2.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-portable-identify.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna-portable.h
A sw/airborne/modules/crypto/ed25519/ed25519-donna.h
A sw/airborne/modules/crypto/ed25519/ed25519-hash-custom.h
A sw/airborne/modules/crypto/ed25519/ed25519-hash.h
A sw/airborne/modules/crypto/ed25519/ed25519.c
A sw/airborne/modules/crypto/ed25519/ed25519.h
A sw/airborne/modules/crypto/ed25519/modm-donna-32bit.h
A sw/airborne/modules/crypto/ed25519/modm-donna-64bit.h
A sw/airborne/modules/crypto/ed25519/regression.h
A sw/airborne/modules/crypto/ed25519/test-internals.c
A sw/airborne/modules/crypto/ed25519/test-ticks.h
A sw/airborne/modules/crypto/ed25519/test.c
A sw/airborne/modules/crypto/gec-ke.c
A sw/airborne/modules/crypto/gec-ke.h
A sw/airborne/modules/crypto/gec.c
A sw/airborne/modules/crypto/gec.h
M sw/airborne/subsystems/datalink/datalink.c
Log Message:
-----------
Initial commit of crypto add-on
NOTE: probably better to merge this in pprzlink, seems unnatural here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 080d9e: Initial commit of crypto add-on,
GitHub <=