Package: hightR
Title: HIGHT Algorithm
Version: 0.3.0
Authors@R: c(person(given="Yongwoo", family="Kim", email="yw_kim@outlook.com", role = c("aut", "cre")))
Author: Yongwoo Kim [aut, cre]
Maintainer: Yongwoo Kim <yw_kim@outlook.com>
Description: HIGHT(HIGh security and light weigHT) algorithm is a block cipher encryption algorithm developed to provide confidentiality in computing environments that demand low power consumption and lightweight, such as RFID(Radio-Frequency Identification) and USN(Ubiquitous Sensor Network), or in mobile environments that require low power consumption and lightweight, such as smartphones and smart cards. Additionally, it is designed with a simple structure that enables it to be used with basic arithmetic operations, XOR, and circular shifts in 8-bit units. This algorithm was designed to consider both safety and efficiency in a very simple structure suitable for limited environments, compared to the former 128-bit encryption algorithm SEED. In December 2010, it became an ISO(International Organization for Standardization) standard. The detailed procedure is described in Hong et al. (2006) <doi:10.1007/11894063_4>.
License: GPL-3
Encoding: UTF-8
Imports: stats
URL: https://github.com/Yongwoo-Eg-Kim/hightR
BugReports: https://github.com/Yongwoo-Eg-Kim/hightR/issues
RoxygenNote: 7.2.3
Packaged: 2023-05-16 00:26:07 UTC; yongwoo.kim
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2023-05-16 04:40:03 UTC
Built: R 4.3.0; ; 2023-05-16 05:21:10 UTC; unix
