36 #ifndef __BOLOS_WRAPPING_H__
37 #define __BOLOS_WRAPPING_H__
74 unsigned int bls_wrap(bls_wrapping_scope_t scope,
75 const uint8_t WIDE* in,
size_t length,
76 uint8_t *out,
size_t outLength);
100 unsigned int bls_unwrap(bls_wrapping_scope_t scope,
const uint8_t WIDE *in,
size_t length,
101 uint8_t *out,
size_t outLength);
103 #endif // __BOLOS_WRAPPING_H__
unsigned int bls_unwrap(bls_wrapping_scope_t scope, const uint8_t WIDE *in, size_t length, uint8_t *out, size_t outLength)
Unwrap data.
Definition: bolos_wrapping.h:47
Definition: bolos_wrapping.h:44
Definition: bolos_wrapping.h:45
bls_wrapping_scope_e
Describe the scope of the wrapped data.
Definition: bolos_wrapping.h:43
Definition: bolos_wrapping.h:48
Definition: bolos_wrapping.h:46
unsigned int bls_wrap(bls_wrapping_scope_t scope, const uint8_t WIDE *in, size_t length, uint8_t *out, size_t outLength)
Wrap data.