swift vdl codegen: Allow overflow when computing struct hashValue

DJB hash computation of Swift code generated from VDL must allow
overflow of the * and + operators, otherwise an exception is thrown.
The hash value is still valid even if overflow occurs; it just wraps
in hash-space.

Change-Id: I6832d7105a8f677dea593828c2de5e4083e7f62f
1 file changed
tree: fedcf73e0ffec37d2e25831df8d1e81082ccb781
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.