uricrypt ~master (2025-10-03T14:36:11.4083904)
Dub
Repo
UriComponents
uricrypt
Undocumented in source.
@
safe
struct
UriComponents {
Nullable
!
string
scheme
;
string
rest
;
UriComponentIterator
iterator
();
}
Members
Functions
iterator
UriComponentIterator
iterator
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
rest
string
rest
;
Undocumented in source.
scheme
Nullable
!
string
scheme
;
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