mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-02-20 21:40:39 +01:00
20 lines
450 B
YAML
Executable File
20 lines
450 B
YAML
Executable File
summary:
|
|
en: Functions for calculating hashes of content.
|
|
it: Funzioni per calcolare hash di contenuti.
|
|
endpoints:
|
|
hash:
|
|
summary:
|
|
en: Responds with the hash-sum of the included or quoted text.
|
|
it: Risponde con la somma hash del testo incluso o citato.
|
|
algorithms:
|
|
en: Available algorithms
|
|
it: Algoritmi disponibili
|
|
arguments:
|
|
algorithm:
|
|
en: Algorithm
|
|
it: Algoritmo
|
|
body:
|
|
en: Text to hash
|
|
it: Testo da hashare
|
|
|