pub async fn new_server_async_Noise_IX_25519_ChaChaPoly_BLAKE2b<Base: AsyncWrite + AsyncRead + Unpin>(
stream: Base,
secret: &[u8; 32],
auth_store: Option<impl ScallopAuthStore>,
auther: Option<impl ScallopAuther>,
) -> Result<ScallopStream<Base>, ScallopError>