donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

glossary.tex (1565B)


      1 \makeglossaries
      2 
      3 \newglossaryentry{Donau}
      4 {
      5     name=Donau,
      6     description={Short for donation authority. Donau is used as project name. The hole system is called Donau system and the Server of the tax authority is also called Donau}
      7 }
      8 
      9 \newglossaryentry{charity}
     10 {
     11     name=charity,
     12     description={If donations to an organization or a part of it are tax deductible for a donor, then this organization or this part is a charity for this Donau}
     13 }
     14 
     15 \newglossaryentry{Taler}
     16 {
     17     name=Taler,
     18     description={The GNU Taler payment system}
     19 }
     20 
     21 \newglossaryentry{nonce}
     22 {
     23     name=nonce,
     24     description={Number used once, a high-entropy value which must not be reused}
     25 }
     26 
     27 \newglossaryentry{salt}
     28 {
     29     name=salt,
     30     description={A high-entropy value added to the hash function input to prevent brute-force attacks }
     31 }
     32 
     33 \newglossaryentry{ID}
     34 {
     35     name=ID,
     36     description={Unique identifier}
     37 }
     38 
     39 \newglossaryentry{DU}
     40 {
     41     name=DU,
     42     description={Donation unit, used to represent the value and currency of coins}
     43 }
     44 
     45 \newglossaryentry{DI}
     46 {
     47     name=DI,
     48     description={Donor identifier, a salted hash of the donor tax number}
     49 }
     50 
     51 \newglossaryentry{UDI}
     52 {
     53     name=UDI,
     54     description={Unique donor identifier, donor identifier combined with a unique nonce}
     55 }
     56 
     57 \newglossaryentry{BUDI}
     58 {
     59     name=BUDI,
     60     description={Blinded unique donor identifier, result of blinding a UDI}
     61 }
     62 
     63 \newglossaryentry{BKP}
     64 {
     65     name=BKP,
     66     description={Blinded unique donor identifier key pair, a tuple of the corresponding hash of the DU public key and the BUDI}
     67 }
     68 
     69 \glsaddall
     70