MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / authentication_sasl

Function authentication_sasl

src/protocol/tests.rs:123–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 pub fn authentication_sasl() -> Vec<u8> {
124 let mut list = BufferList::new();
125 list.add_int32(10);
126 list.add_cstring("SCRAM-SHA-256");
127 list.add_cstring("");
128 list.join(true, Some(b'R'))
129 }
130
131 pub fn authentication_sasl_continue() -> Vec<u8> {
132 let mut list = BufferList::new();

Callers 1

Calls 3

add_int32Method · 0.45
add_cstringMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected