mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Move protocol to workspace root.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
//! Temporary hash function
|
||||
|
||||
const fn hash_recursive<'a>(state: &mut [u8; 4], input: &'a [u8]) {
|
||||
const fn hash_recursive(state: &mut [u8; 4], input: &[u8]) {
|
||||
match input.len() {
|
||||
3 => {
|
||||
state[0] ^= input[0];
|
||||
|
||||
Reference in New Issue
Block a user