status-go/protocol/identity
Samuel Hawksby-Robinson eadb698603 ColourHash is a distinct type that has a discrete pattern
This change codifies that a ColourHash is a slice of [2]int, as code depends on the inner slice to have exactly 2 indexes
2022-11-28 16:26:07 +00:00
..
alias
colorhash ColourHash is a distinct type that has a discrete pattern 2022-11-28 16:26:07 +00:00
emojihash
identicon Implement identity ring 2022-09-16 09:52:08 +01:00
ring ColourHash is a distinct type that has a discrete pattern 2022-11-28 16:26:07 +00:00
social_links.go chore: remove name redundancy TransformToProtobuf -> ToProtobuf 2022-08-16 14:29:00 +02:00
social_links_test.go chore: add bio and social links validation 2022-08-16 14:29:00 +02:00
utils.go
utils_test.go