signal-golang / textsecure

TextSecure(signal) client package for Go
GNU General Public License v3.0
57 stars 26 forks source link

Fingerprint in groups and interface with one parameter #19

Closed Blackoverflow closed 4 years ago

Blackoverflow commented 4 years ago

Hi signal-golang team,

I think that the fingerprint is better to handle, if it is grouped in 12 groups of 5 digits.

Furthermore, I added a function in store.go, which fetches the remote identity key, local identifier and local identity key, leaving the remote identifier the only parameter.

In dependence of this pull request, I'll make a pull request for https://github.com/nanu-c/axolotl.

Please give feedback.

Best Regards

Blackoverflow

nanu-c commented 4 years ago

Locks good to me thanks a lot