mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
20 lines
405 B
TOML
20 lines
405 B
TOML
|
|
[files]
|
||
|
|
extend-exclude = [
|
||
|
|
".git/",
|
||
|
|
"*.svg",
|
||
|
|
"TESTVECTORS"
|
||
|
|
]
|
||
|
|
|
||
|
|
[default]
|
||
|
|
extend-ignore-re = [
|
||
|
|
# Patterns which appear to be 36 or more characters of Base64/Base64url
|
||
|
|
'\b[0-9A-Za-z+/]{36,}\b',
|
||
|
|
'\b[0-9A-Za-z_-]{36,}\b',
|
||
|
|
]
|
||
|
|
|
||
|
|
[default.extend-words]
|
||
|
|
"AKE" = "AKE" # Authenticated Key Exchange
|
||
|
|
"Ono" = "Ono" # Surname
|
||
|
|
"Tung" = "Tung" # Name
|
||
|
|
"Monts" = "Monts" # Abbreviation for Montgomery
|