Difference between revisions of "Security"

From TinyOS Wiki
Jump to: navigation, search
m
Line 2: Line 2:
  
 
== Cryptographic primitives ==
 
== Cryptographic primitives ==
== Symmetric-key Cryptography ==
+
=== Symmetric-key Cryptography ===
*Efficient Assembler implementation of AES block cipher on AVR microcontroller. [http://point-at-infinity.org/avraes/ Link].
+
*Efficient Assembler implementation of AES block cipher on [[Atmel AVR|AVR]] microcontroller. [http://point-at-infinity.org/avraes/ Link].
 
===Public-key Cryptography===
 
===Public-key Cryptography===
 
*[[TinyECC]] : Elliptic Curve Cryptography for Sensor Networks. [http://discovery.csc.ncsu.edu/software/TinyECC/ver0.3/index.html Webpage].
 
*[[TinyECC]] : Elliptic Curve Cryptography for Sensor Networks. [http://discovery.csc.ncsu.edu/software/TinyECC/ver0.3/index.html Webpage].

Revision as of 22:12, 18 November 2009

This page regroups all the contributions and information about Security and Cryptography in TinyOS.

Cryptographic primitives

Symmetric-key Cryptography

  • Efficient Assembler implementation of AES block cipher on AVR microcontroller. Link.

Public-key Cryptography

Secure link layers