create_hash: create a pseudo-'secret', salted with project_id

View source: R/hashing.R

create_hashR Documentation

create a pseudo-'secret', salted with project_id

Description

This is a hash of the: 1) project id 2) model file contents 3) model binary contents 4) data file contents (if any) 5) init file contents (if any) 6) arbitrary hash salt 7) prepared but not finalized arg tree

Usage

create_hash(args)

Arguments

args

arg-tree object (list).

Value

hash


sakrejda/stannis documentation built on June 25, 2022, 3:19 a.m.