uricrypt ~master (2025-10-03T14:36:11.4083904)
Dub
Repo
UriComponentIterator
uricrypt
Undocumented in source.
@
safe
struct
UriComponentIterator {
string
rest
;
size_t
position
;
bool
done
;
string
next
();
}
Members
Functions
next
string
next
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
done
bool
done
;
Undocumented in source.
position
size_t
position
;
Undocumented in source.
rest
string
rest
;
Undocumented in source.
Meta
Source
See Implementation
uricrypt
aliases
LargeShake128
Shake128
functions
decryptUri
encryptUri
splitUri
xorInPlace
manifest constants
MAX_KEYSTREAM
PADBS
siv_size
structs
UriComponentIterator
UriComponents