@stellar-passkey/core API / concatBytes
Function: concatBytes()
concatBytes(
a,b):Uint8Array
Defined in: packages/core/src/webauthn/sha256.ts:23
Concatenate two byte buffers without copying twice.
Parameters
a
Uint8Array
b
Uint8Array
Returns
Uint8Array