![]() |
|
|||
0001 #!/bin/sh 0002 # SPDX-License-Identifier: GPL-2.0 0003 0004 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n') 0005 echo "$SEED" > "$1" 0006 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1) 0007 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |