22 #ifndef NDN_CXX_SECURITY_TRANSFORM_STEP_SOURCE_HPP
23 #define NDN_CXX_SECURITY_TRANSFORM_STEP_SOURCE_HPP
57 write(span<const uint8_t> buf);
62 [[deprecated(
"use the overload that takes a span<>")]]
64 write(
const uint8_t* buf,
size_t size)
66 return write({buf, size});