Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
is_valid_alphabet_cpp <- function(strs, alphabet) {
.Call(`_shortuuid_is_valid_alphabet_cpp`, strs, alphabet)
}
encode58_string <- function(input, alphabet) {
.Call(`_shortuuid_encode58_string`, input, alphabet)
}
encode58_int <- function(input, alphabet) {
.Call(`_shortuuid_encode58_int`, input, alphabet)
}
uuid_to_base58_cpp <- function(uuid_str_vec, alphabet) {
.Call(`_shortuuid_uuid_to_base58_cpp`, uuid_str_vec, alphabet)
}
bytes_to_hex <- function(bytes) {
.Call(`_shortuuid_bytes_to_hex`, bytes)
}
base58_to_uuid_cpp <- function(base58_vec, alphabet) {
.Call(`_shortuuid_base58_to_uuid_cpp`, base58_vec, alphabet)
}
uuid_v4 <- function(n) {
.Call(`_shortuuid_uuid_v4`, n)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.