pkarashchenko commented on code in PR #6920:
URL: https://github.com/apache/incubator-nuttx/pull/6920#discussion_r978934647


##########
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:
   I'm just thinking that each file that includes this header will have a own 
copy of array.



-- 
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

Reply via email to