Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for some hash function like crc32 #997

Open
geekfirstty opened this issue Aug 20, 2024 · 1 comment
Open

support for some hash function like crc32 #997

geekfirstty opened this issue Aug 20, 2024 · 1 comment
Labels
meta: good first issue Anything that is good for new contributors type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library

Comments

@geekfirstty
Copy link

I want to use crc32 hash function in remap, can you provide support for this.

@jszwedko jszwedko transferred this issue from vectordotdev/vector Aug 20, 2024
@jszwedko jszwedko added vrl: stdlib Changes to the standard library type: enhancement A value-adding code change that enhances its existing functionality labels Aug 20, 2024
@jszwedko
Copy link
Member

I think this would be a reasonable addition. If anyone wants to take a shot at this the implementation of the md5 function should be a good reference: https://github.com/vectordotdev/vrl/blob/main/src/stdlib/md5.rs

(I moved this issue to the VRL repository since it is asking for a new function)

@jszwedko jszwedko added the meta: good first issue Anything that is good for new contributors label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: good first issue Anything that is good for new contributors type: enhancement A value-adding code change that enhances its existing functionality vrl: stdlib Changes to the standard library
Projects
None yet
Development

No branches or pull requests

2 participants