mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
b834665cd5
just found it in OpenBSD, see their sys/crypto/arc4.c, function rc4_keysetup, line ctx->x = ctx->y = 0; Obtained from: OpenBSD