003 File Manager
Current Path:
/usr/src/sys/crypto/chacha20
usr
/
src
/
sys
/
crypto
/
chacha20
/
📁
..
📄
_chacha.h
(152 B)
📄
chacha-sw.c
(1.21 KB)
📄
chacha.c
(6.23 KB)
📄
chacha.h
(907 B)
Editing: _chacha.h
/* $FreeBSD$ */ /* * Public domain. */ #ifndef _CHACHA_H #define _CHACHA_H #include <sys/types.h> struct chacha_ctx { u_int input[16]; }; #endif
Upload File
Create Folder