anjiahao1 commented on code in PR #6920: URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r976297307
########## crypto/castsb.h: ########## @@ -0,0 +1,554 @@ +/**************************************************************************** + * crypto/castsb.h + * $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ + * + * CAST-128 in C + * Written by Steve Reid <sr...@sea-to-sky.net> + * 100% Public Domain - no warranty + * Released 1997.10.11 + ****************************************************************************/ + +static const u_int32_t cast_sbox1[256] = Review Comment: this buffer just use castsb,not need `extern` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org