mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
crypto:fix typo for blake2s
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ static void blake2_memcpy(FAR void *dst, FAR const void *src, size_t len)
|
||||
len--;
|
||||
}
|
||||
#else
|
||||
memcpy(dst, set, len);
|
||||
memcpy(dst, src, len);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user