mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation. * modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES.
27 lines
256 B
Plaintext
27 lines
256 B
Plaintext
Description:
|
|
ARCTWO block cipher implementation
|
|
|
|
Files:
|
|
lib/arctwo.h
|
|
lib/arctwo.c
|
|
m4/arctwo.m4
|
|
|
|
Depends-on:
|
|
stdint
|
|
bitrotate
|
|
|
|
configure.ac:
|
|
gl_ARCTWO
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += arctwo.c
|
|
|
|
Include:
|
|
"arctwo.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|