issues
search
speps
/
go-hashids
Go (golang) implementation of http://www.hashids.org
MIT License
1.32k
stars
109
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use uint64 instead of int64
#64
kzys
opened
10 months ago
0
Can it encode string?
#63
ABetterCat
opened
2 years ago
0
Update doc comments
#62
makupi
opened
2 years ago
0
Look like this project is no longer being maintained
#61
marvinhosea
opened
2 years ago
3
The calculation result of hexadecimal string is different from python or javascript
#60
linyjme
closed
2 years ago
0
Please tell if the implementation is thread safe
#59
pablolagos
opened
3 years ago
1
Adds module support with /v2 import suffix
#58
mfridman
closed
3 years ago
1
Create v2.0.1, a valid go module version
#57
dolmen
closed
3 years ago
14
allow numbers only alphabet
#56
nosovk
opened
3 years ago
2
Improve byte2string speed
#55
Howie59
closed
4 years ago
1
add a go.mod file
#54
mingrammer
closed
4 years ago
0
Is it possible to check one string is a hashid?
#53
w4-hanggi
opened
4 years ago
2
import error
#52
lifegit
closed
5 years ago
0
Fix EncodeHex and DecodeHex from original implementations
#51
mashmooli
opened
5 years ago
4
Please support big int
#50
Pengfei00
closed
2 years ago
3
Epoch hashing
#49
ssorenso
closed
6 years ago
1
Please add a release tag (for better compatibility with go dep)
#48
efixler
closed
6 years ago
2
Added new Example in readme for setting alphabet to be used instead of DefaultAlphabet
#47
dsamanmishra
opened
6 years ago
0
Fix EncodeHex/DecodeHex
#46
dolmen
closed
6 years ago
2
Not compatible with JS/PHP version
#45
mvrhov
closed
6 years ago
8
WIP: Pre-allocate buffers, fix go 1.10 compile issues
#44
cmaloney
closed
6 years ago
9
Push a new tag please
#43
jerray
closed
6 years ago
1
Uint64 support
#42
ghost
closed
6 years ago
1
Hex
#41
hypnobrando
closed
6 years ago
11
cmd/hashid: fix tool after API breakage in go-hashids
#40
dolmen
closed
6 years ago
0
Implement a wrapper function
#39
zitryss
closed
6 years ago
2
Fix hashids.NewWithData error handling
#38
achiku
closed
6 years ago
2
min length
#37
omar-haris
closed
7 years ago
3
Reduce allocations to improve performance
#36
cmaloney
closed
7 years ago
5
Fix for #28 just broke MinLength
#35
veqryn
closed
7 years ago
4
Ignoring NewWithData error leads to runtime errors
#34
matthewvalimaki
closed
7 years ago
1
Fix example not handling multiple return values
#33
matthewvalimaki
closed
7 years ago
0
fix #30 by not allowing spaces in alphabet
#32
matthewvalimaki
closed
7 years ago
0
improve test parity with hashid.js
#31
matthewvalimaki
closed
7 years ago
2
Alphabet allows spaces
#30
matthewvalimaki
closed
7 years ago
0
NewWithData should not panic but return error
#29
matthewvalimaki
closed
7 years ago
0
DecodingWithError does not produce error
#28
matthewvalimaki
closed
7 years ago
5
hashing uuids?
#27
matthewmueller
closed
7 years ago
2
some bug on bit int
#26
jorise7
closed
7 years ago
2
Add command line tool: cmd/hashid
#25
dolmen
closed
7 years ago
2
Renamed Encrypt/Decrypt to Encode/Decode on tests and README.md
#24
pconcepcion
closed
7 years ago
0
reimplemented unhash using Horner's method
#23
jkramarz
closed
7 years ago
1
Update comments to conform with the changes of functions' name
#22
zouxifeng
closed
8 years ago
1
Uint32 and Uint64 version
#21
pjebs
closed
7 years ago
6
Don't use hard-coded value in string
#20
md2perpe
closed
8 years ago
2
Tag a v1.0.0 version
#19
evanpurkhiser
closed
8 years ago
2
Returns wrong sequences instead of error when the hash manually changed
#18
olebedev
closed
7 years ago
2
Decode shouldn't panic
#17
kjk
closed
8 years ago
3
http://hashids.org/go example code is incorrect
#16
sappenin
closed
8 years ago
2
How to just hash 1 id
#15
markthelaw
closed
9 years ago
2
Next