CGA sono hasha1 troncati a un valore di 59 bit. Insieme a un parametro di sicurezza a 3 bit formano un indirizzo IPv6 (più precisamente l'identificatore di interfaccia).
da wikipedia:
The Sec parameter implements a hash extension by enforcing the first 16 times Sec bits of another hash, Hash2, to be 0
e ...
For a CGA with Sec equal to 0, this means that the cost of finding a set of CGA Parameters that yield the desired 59 bits is approximately O(2^{59}) (in big O notation). A larger value of Sec, however, increases this cost by a factor of 2^{16\times Sec} to O(2^{59+16\times Sec}) because the first 16 times Sec bits of Hash2 then become relevant (i.e. it implements a hash extension by demanding those bits to be equal to 0)
L'' estensione hash è un nome conosciuto per questo metodo? Ci sono altri esempi in cui questo metodo gentile è applicato?