Shifting primes: extension of pseudo-mersenne primes to optimize ECC for MSP430-based future internet of things devices

  • Authors:
  • Leandro Marin;Antonio J. Jara;Antonio F. G. Skarmeta

  • Affiliations:
  • Computer Science Faculty, University of Murcia, Murcia, Spain;Computer Science Faculty, University of Murcia, Murcia, Spain;Computer Science Faculty, University of Murcia, Murcia, Spain

  • Venue:
  • ARES'11 Proceedings of the IFIP WG 8.4/8.9 international cross domain conference on Availability, reliability and security for business, enterprise and health information systems
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Security support for small and smart devices is one of themost important issues in the Future Internet of things, since technologies such as 6LoWPAN are opening the access to the real world through Internet. 6LoWPAN devices are highly constrained in terms of computational capabilities, memory, communication bandwidth, and battery power. Therefore, in order to support security, it is necessary to implement new optimized and scalable cryptographic mechanisms, which provide security, authentication, privacy and integrity to the communications. Our research is focused on the mathematical optimization of cryptographic primitives for Public Key Cryptography (PKC) based on Elliptic Curve Cryptography (ECC) for 6LoWPAN. Specifically, the contribution presented is a set of mathematical optimizations and its implementation for ECC in the 6LoWPAN devices based on the microprocessor Texas Instrument MSP430. The optimizations presented are focused on Montgomery multiplication operation, which has been implemented with bit shifting, and the definition of special pseudo-Mersenne primes, which we have denominated "shifting primes". These optimizations allow to implement the scalar multiplication (operation used for ECC operations) reaching a time of 1, 2665 seconds, which is 42, 8% lower of the reached by the state of the art solution TinyECC (2, 217 seconds).