Skip to content

hightR

HIGHT Algorithm

v0.3.0 · May 15, 2023 · GPL-3

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>.

Downloads

CRAN

226

Last 30 days

21820th

654

Last 90 days

2.9K

Last year

Trend: +28.4% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

23

Last 90 days

89

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

0

Last 7 days

5

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code

Structure

Lines of code

620

Files

8

Compiled share

0%

Has compiled src

No

Language breakdown

R 528 (85.2%)Docs 92 (14.8%)

API

Exported functions

2

Internal functions

24

Recent export changes

v0.1.0+2 hight_dec, hight_enc

Testing & CI

Has tests

No

Test-to-code ratio

0.00

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

No

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL-3

License flags

SPDX valid, OSI approved

History

Versions

3

First release

2023-04-10

Latest release

2023-05-16

Avg cadence

18 days

Cold removal rate

Dep drift

0

LOC over versions

v0.1.0: 588 LOCv0.2.0: 620 LOCv0.3.0: 620 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Version History

4 tracked
new 0.3.0 Mar 10, 2026
updated 0.3.0 ← 0.2.0 diff May 15, 2023
updated 0.2.0 ← 0.1.0 diff Apr 16, 2023
new 0.1.0 Apr 9, 2023