Welcome to little lamb

Code » limb » release » tree

[release] / src / include / shldata.h

/* This file is part of limb                           https://lila.oss/limb
 * Copyright (C) 2023 Olivier Brunel                          jjk@jjacky.com */
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LIMB_LIMB_SHLDATA_H
#define LIMB_LIMB_SHLDATA_H

#define KEY_LEN         32
#define SALT_LEN        32
#define NONCE_LEN       12

#define ID_ALGO         64
#define ID_ITER         66

#define ID_SALT         65
#define ID_DATA         67
#define ID_MAC          69

#endif /* LIMB_LIMB_SHLDATA_H */