sha1: Secure Hash Algorithm 1

Description Usage Arguments Value Examples

View source: R/sha1.R

Description

This implementation is bugged. Already deprecated hash function SHA1. Replaced by SHA3.

Usage

1
sha1(msg)

Arguments

msg

Message to hash. Given as a bytestream (numeric array with values from 0 to 255).

Value

Hashed value as a string.

Examples

1

JorgeRiescoDavila/somecrypto documentation built on Jan. 10, 2022, 1:49 a.m.