DERO address validity check

Do DERO addresses have a way of a validity check, i.e. checking a checksum like other coins have these methods? Maybe DERO has a similar page concerning address specifications like bitcoin cash? bitcoincash.org/cashaddr.md at master · bitcoincashorg/bitcoincash.org · GitHub
I’m developing an application that should check for something like this to check the possible validity of an address without connecting to a DERO Daemon.

I found the source, which should be enough for my purposes:

Files: address.go & bech32.go